#CA00C8

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

Shades of Deep Magenta #CA00C8

Tints of Deep Magenta #CA00C8

Color information

#CA00C8 (or 0xCA00C8) is unknown color: approx Deep Magenta. HEX triplet: CA, 00 and C8. RGB value is (202,0,200). Sum of RGB (Red+Green+Blue) = 202+0+200=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00C8 is #35FF37. Grayscale: #525252. Windows color (decimal): -3538744 or 13107402. OLE color: 13107402.

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

Color convert

RGB2020200-
CMYK010.010.21
HSL300.59º100%39.61%-
HSV(B)300.59º100%79.22%-
XYZ34.7816.7356.04-
YUV83.2193.92212.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 200 (78.52% from 255) = 49.75%
R=50.25%
G=0%
B=49.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020200010.010.21300.5910039.61
HexCA0C806411512d6428
Octal3120310014412545514450
Binary11001010011001000011001001101011001011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA00C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA00C8; }

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

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

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

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

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

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

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

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