#CA00CC

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

Shades of Deep Magenta #CA00CC

Tints of Deep Magenta #CA00CC

Color information

#CA00CC (or 0xCA00CC) is unknown color: approx Deep Magenta. HEX triplet: CA, 00 and CC. RGB value is (202,0,204). Sum of RGB (Red+Green+Blue) = 202+0+204=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00CC is #35FF33. Grayscale: #535353. Windows color (decimal): -3538740 or 13369546. OLE color: 13369546.

HSL color Cylindrical-coordinate representation of color #CA00CC: hue angle of 299.41º 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 #CA00CC is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2020204-
CMYK0.01100.2
HSL299.41º100%40%-
HSV(B)299.41º100%80%-
XYZ35.2616.9258.53-
YUV83.65195.92212.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20202040.01100.2299.4110040
HexCA0CC16401412b6428
Octal3120314114402445314450
Binary11001010011001100111001000101001001010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA00CC; }

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

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

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

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

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

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

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

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