Html Css Color HEX #CA00CB Deep Magenta

📋 copy color: '#CA00CB'

red 202 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #CA00CB

Tints of Deep Magenta #CA00CB

RGB

 RED value IS 202 (79.3% from 255) = 49.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 49.88%
G = 0%
B = 50.12%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA00CB (or 0xCA00CB) is known color: Deep Magenta. HEX triplet: CA, 00 and CB. RGB value is (202,0,203). Sum of RGB (Red+Green+Blue) = 202+0+203=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00CB is #35FF34. Grayscale: #525252. Windows color (decimal): -3538741 or 13304010. OLE color: 13304010.

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

Color convert

RGB 202 0 203 -
CMYK 0.00 1 0 0.20
HSL 299.7º 1% 0.4% -
HSV(B) 299.7º 1% 0.8% -
XYZ 35.14 16.87 57.9 -
YUV 83.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 202 0 203 0.00 1 0 0.20 299.7 1 0.4
Hex CA 0 CB 0 64 0 14 12C 64 28
Octal 312 0 313 0 144 0 24 454 144 50
Binary 11001010 0 11001011 0 1100100 0 10100 100101100 1100100 101000

Color Harmonies of #CA00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00CB

Black with #CA00CB

Text Example


Text Example

White with #CA00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00CB; }

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

 H1.HeaderClassName
 {
   color: #CA00CB;
 }
 .AnyTagClassName
 {
   color: #CA00CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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