#C21274

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

Shades of Medium Violet Red #C21274

Tints of Medium Violet Red #C21274

Color information

#C21274 (or 0xC21274) is unknown color: approx Medium Violet Red. HEX triplet: C2, 12 and 74. RGB value is (194,18,116). Sum of RGB (Red+Green+Blue) = 194+18+116=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C21274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21274 is #3DED8B. Grayscale: #515151. Windows color (decimal): -4058508 or 7606978. OLE color: 7606978.

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

Color convert

RGB19418116-
CMYK00.910.400.24
HSL326.59º83.02%41.57%-
HSV(B)326.59º90.72%76.08%-
XYZ25.6213.1617.71-
YUV81.8147.31208.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 18 (7.42% from 255) = 5.49%
BLUE value IS 116 (45.70% from 255) = 35.37%
R=59.15%
G=5.49%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941811600.910.400.24326.5983.0241.57
HexC2127405B2818147532a
Octal302221640133503050712352
Binary1100001010010111010001011011101000110001010001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21274; }

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

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

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

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

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

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

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

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