#C812DF

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

Shades of Deep Magenta #C812DF

Tints of Deep Magenta #C812DF

Color information

#C812DF (or 0xC812DF) is unknown color: approx Deep Magenta. HEX triplet: C8, 12 and DF. RGB value is (200,18,223). Sum of RGB (Red+Green+Blue) = 200+18+223=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C812DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812DF is #37ED20. Grayscale: #5F5F5F. Windows color (decimal): -3665185 or 14619336. OLE color: 14619336.

HSL color Cylindrical-coordinate representation of color #C812DF: hue angle of 293.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812DF is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20018223-
CMYK0.100.9200.13
HSL293.27º85.06%47.25%-
HSV(B)293.27º91.93%87.45%-
XYZ37.3618.0471.33-
YUV95.79199.8202.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 18 (7.42% from 255) = 4.08%
BLUE value IS 223 (87.5% from 255) = 50.57%
R=45.35%
G=4.08%
B=50.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200182230.100.9200.13293.2785.0647.25
HexC812DFA5C0D125552f
Octal310223371213401544512557
Binary11001000100101101111110101011100011011001001011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C812DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C812DF; }

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

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

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

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

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

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

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

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