#C21276

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

Shades of Medium Violet Red #C21276

Tints of Medium Violet Red #C21276

Color information

#C21276 (or 0xC21276) is unknown color: approx Medium Violet Red. HEX triplet: C2, 12 and 76. RGB value is (194,18,118). Sum of RGB (Red+Green+Blue) = 194+18+118=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C21276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21276 is #3DED89. Grayscale: #515151. Windows color (decimal): -4058506 or 7738050. OLE color: 7738050.

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

Color convert

RGB19418118-
CMYK00.910.390.24
HSL325.91º83.02%41.57%-
HSV(B)325.91º90.72%76.08%-
XYZ25.7313.2118.33-
YUV82.02148.31207.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 18 (7.42% from 255) = 5.45%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=58.79%
G=5.45%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941811800.910.390.24325.9183.0241.57
HexC2127605B2718146532a
Octal302221660133473050612352
Binary1100001010010111011001011011100111110001010001101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21276; }

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

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

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

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

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

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

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

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