#C800DF

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

Shades of Deep Magenta #C800DF

Tints of Deep Magenta #C800DF

Color information

#C800DF (or 0xC800DF) is unknown color: approx Deep Magenta. HEX triplet: C8, 00 and DF. RGB value is (200,0,223). Sum of RGB (Red+Green+Blue) = 200+0+223=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C800DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800DF is #37FF20. Grayscale: #545454. Windows color (decimal): -3669793 or 14614728. OLE color: 14614728.

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

Color convert

RGB2000223-
CMYK0.10100.13
HSL293.81º100%43.73%-
HSV(B)293.81º100%87.45%-
XYZ37.1417.6171.25-
YUV85.22205.76209.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 223 (87.5% from 255) = 52.72%
R=47.28%
G=0%
B=52.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20002230.10100.13293.8110043.73
HexC80DFA640D126642c
Octal31003371214401544614454
Binary1100100001101111110101100100011011001001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C800DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C800DF; }

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

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

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

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

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

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

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

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