#C21374

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

Shades of Medium Violet Red #C21374

Tints of Medium Violet Red #C21374

Color information

#C21374 (or 0xC21374) is unknown color: approx Medium Violet Red. HEX triplet: C2, 13 and 74. RGB value is (194,19,116). Sum of RGB (Red+Green+Blue) = 194+19+116=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C21374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21374 is #3DEC8B. Grayscale: #525252. Windows color (decimal): -4058252 or 7607234. OLE color: 7607234.

HSL color Cylindrical-coordinate representation of color #C21374: hue angle of 326.74º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21374 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19419116-
CMYK00.900.400.24
HSL326.74º82.16%41.76%-
HSV(B)326.74º90.21%76.08%-
XYZ25.6313.217.72-
YUV82.38146.98207.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 19 (7.81% from 255) = 5.78%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=58.97%
G=5.78%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941911600.900.400.24326.7482.1641.76
HexC2137405A2818147522a
Octal302231640132503050712252
Binary1100001010011111010001011010101000110001010001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21374; }

 p { color: rgb(194,19,116); }

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

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

 a { background-color: rgb(194,19,116); }

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

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

 span { border-color: rgb(194,19,116); }

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