#C32274

Color #C32274 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C32274

Tints of Medium Violet Red #C32274

Color information

#C32274 (or 0xC32274) is unknown color: approx Medium Violet Red. HEX triplet: C3, 22 and 74. RGB value is (195,34,116). Sum of RGB (Red+Green+Blue) = 195+34+116=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C32274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32274 is #3CDD8B. Grayscale: #5B5B5B. Windows color (decimal): -3988876 or 7611075. OLE color: 7611075.

HSL color Cylindrical-coordinate representation of color #C32274: hue angle of 329.44º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32274 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19534116-
CMYK00.830.410.24
HSL329.44º70.31%44.9%-
HSV(B)329.44º82.56%76.47%-
XYZ26.2314.0117.84-
YUV91.49141.84201.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 34 (13.67% from 255) = 9.86%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=56.52%
G=9.86%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953411600.830.410.24329.4470.3144.9
HexC322740532918149462d
Octal303421640123513051110655
Binary11000011100010111010001010011101001110001010010011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32274; }

 p { color: rgb(195,34,116); }

 H1.HeaderClassName
 {
   color: #C32274;
 }
 .AnyTagClassName
 {
   color: #C32274;
 }
</style>
background-color css

<style>
 a { background-color: #C32274; }

 a { background-color: rgb(195,34,116); }

 div.DivClassName
 {
   background-color: #C32274;
 }
 .BgClassName
 {
   background-color: #C32274;
 }
</style>
border-color css

<style>
 span { border-color: #C32274; }

 span { border-color: rgb(195,34,116); }

 td.TdClassName
 {
   border-color: #C32274;
 }
 .TagClassName
 {
   border-color: #C32274;
 }
</style>