#C21372

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

Shades of Medium Violet Red #C21372

Tints of Medium Violet Red #C21372

Color information

#C21372 (or 0xC21372) is unknown color: approx Medium Violet Red. HEX triplet: C2, 13 and 72. RGB value is (194,19,114). Sum of RGB (Red+Green+Blue) = 194+19+114=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C21372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21372 is #3DEC8D. Grayscale: #515151. Windows color (decimal): -4058254 or 7476162. OLE color: 7476162.

HSL color Cylindrical-coordinate representation of color #C21372: hue angle of 327.43º 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 #C21372 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19419114-
CMYK00.900.410.24
HSL327.43º82.16%41.76%-
HSV(B)327.43º90.21%76.08%-
XYZ25.5213.1517.11-
YUV82.15145.98207.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=59.33%
G=5.81%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941911400.900.410.24327.4382.1641.76
HexC2137205A2918147522a
Octal302231620132513050712252
Binary1100001010011111001001011010101001110001010001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21372; }

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

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

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

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

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

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

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

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