#C812C8

Color #C812C8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C812C8

Tints of Deep Magenta #C812C8

Color information

#C812C8 (or 0xC812C8) is unknown color: approx Deep Magenta. HEX triplet: C8, 12 and C8. RGB value is (200,18,200). Sum of RGB (Red+Green+Blue) = 200+18+200=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C812C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812C8 is #37ED37. Grayscale: #5C5C5C. Windows color (decimal): -3665208 or 13112008. OLE color: 13112008.

HSL color Cylindrical-coordinate representation of color #C812C8: hue angle of 300º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812C8 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB20018200-
CMYK00.9100.22
HSL300º83.49%42.75%-
HSV(B)300º91%78.43%-
XYZ34.4616.8856.09-
YUV93.17188.3204.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 18 (7.42% from 255) = 4.31%
BLUE value IS 200 (78.52% from 255) = 47.85%
R=47.85%
G=4.31%
B=47.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001820000.9100.2230083.4942.75
HexC812C805B01612c532b
Octal31022310013302645412353
Binary110010001001011001000010110110101101001011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C812C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C812C8; }

 p { color: rgb(200,18,200); }

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

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

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

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

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

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

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