Html Css Color HEX #CA00CC Deep Magenta

📋 copy color: '#CA00CC'

red 202 ◦ green 0 ◦ blue 204

#CA00CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CA00CC

Tints of Deep Magenta #CA00CC

RGB

 RED value IS 202 (79.3% 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 value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA00CC (or 0xCA00CC) is known color: 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

RGB 202 0 204 -
CMYK 0.01 1 0 0.2
HSL 299.41º 1% 0.4% -
HSV(B) 299.41º 1% 0.8% -
XYZ 35.26 16.92 58.53 -
YUV 83.65 195.92 212.41 -
System Red Green Blue C M Y K H S L
Decimal 202 0 204 0.01 1 0 0.2 299.41 1 0.4
Hex CA 0 CC 1 64 0 14 12B 64 28
Octal 312 0 314 1 144 0 24 453 144 50
Binary 11001010 0 11001100 1 1100100 0 10100 100101011 1100100 101000

Color Harmonies of #CA00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00CC

Black with #CA00CC

Text Example


Text Example

White with #CA00CC

Text Example


Text Example

HTML Codes & Css Web 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>