#C4216C

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

Shades of Medium Violet Red #C4216C

Tints of Medium Violet Red #C4216C

Color information

#C4216C (or 0xC4216C) is unknown color: approx Medium Violet Red. HEX triplet: C4, 21 and 6C. RGB value is (196,33,108). Sum of RGB (Red+Green+Blue) = 196+33+108=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4216C is #3BDE93. Grayscale: #5A5A5A. Windows color (decimal): -3923604 or 7086532. OLE color: 7086532.

HSL color Cylindrical-coordinate representation of color #C4216C: hue angle of 332.39º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4216C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19633108-
CMYK00.830.450.23
HSL332.39º71.18%44.9%-
HSV(B)332.39º83.16%76.86%-
XYZ26.0213.9115.5-
YUV90.29138203.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=58.16%
G=9.79%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963310800.830.450.23332.3971.1844.9
HexC4216C0532D1714c472d
Octal304411540123552751410755
Binary11000100100001110110001010011101101101111010011001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4216C; }

 p { color: rgb(196,33,108); }

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

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

 a { background-color: rgb(196,33,108); }

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

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

 span { border-color: rgb(196,33,108); }

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