#C800CC

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

Shades of Deep Magenta #C800CC

Tints of Deep Magenta #C800CC

Color information

#C800CC (or 0xC800CC) is unknown color: approx Deep Magenta. HEX triplet: C8, 00 and CC. RGB value is (200,0,204). Sum of RGB (Red+Green+Blue) = 200+0+204=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C800CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800CC is #37FF33. Grayscale: #525252. Windows color (decimal): -3669812 or 13369544. OLE color: 13369544.

HSL color Cylindrical-coordinate representation of color #C800CC: hue angle of 298.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800CC is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2000204-
CMYK0.02100.2
HSL298.82º100%40%-
HSV(B)298.82º100%80%-
XYZ34.7216.6458.51-
YUV83.06196.26211.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=49.50%
G=0%
B=50.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20002040.02100.2298.8210040
HexC80CC26401412b6428
Octal3100314214402445314450
Binary110010000110011001011001000101001001010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C800CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C800CC; }

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

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

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

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

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

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

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

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