Html Css Color HEX #CA04AB Deep Magenta

📋 copy color: '#CA04AB'

red 202 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #CA04AB

Tints of Deep Magenta #CA04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 53.58%
G = 1.06%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA04AB (or 0xCA04AB) is known color: Deep Magenta. HEX triplet: CA, 04 and AB. RGB value is (202,4,171). Sum of RGB (Red+Green+Blue) = 202+4+171=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA04AB is #35FB54. Grayscale: #515151. Windows color (decimal): -3537749 or 11207882. OLE color: 11207882.

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

Color convert

RGB 202 4 171 -
CMYK 0 0.98 0.15 0.21
HSL 309.39º 0.96% 0.4% -
HSV(B) 309.39º 0.98% 0.79% -
XYZ 31.75 15.58 39.86 -
YUV 82.24 178.1 213.42 -
System Red Green Blue C M Y K H S L
Decimal 202 4 171 0 0.98 0.15 0.21 309.39 0.96 0.4
Hex CA 4 AB 0 62 F 15 135 60 28
Octal 312 4 253 0 142 17 25 465 140 50
Binary 11001010 100 10101011 0 1100010 1111 10101 100110101 1100000 101000

Color Harmonies of #CA04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04AB

Black with #CA04AB

Text Example


Text Example

White with #CA04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04AB; }

 p { color: rgb(202,4,171); }

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

background-color css

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

 a { background-color: rgb(202,4,171); }

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

border-color css

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

 span { border-color: rgb(202,4,171); }

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