Html Css Color HEX #CA06AB Deep Magenta

📋 copy color: '#CA06AB'

red 202 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #CA06AB

Tints of Deep Magenta #CA06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.58%

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

R = 53.3%
G = 1.58%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA06AB (or 0xCA06AB) is known color: Deep Magenta. HEX triplet: CA, 06 and AB. RGB value is (202,6,171). Sum of RGB (Red+Green+Blue) = 202+6+171=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA06AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA06AB is #35F954. Grayscale: #525252. Windows color (decimal): -3537237 or 11208394. OLE color: 11208394.

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

Color convert

RGB 202 6 171 -
CMYK 0 0.97 0.15 0.21
HSL 309.49º 0.94% 0.41% -
HSV(B) 309.49º 0.97% 0.79% -
XYZ 31.77 15.63 39.87 -
YUV 83.41 177.43 212.58 -
System Red Green Blue C M Y K H S L
Decimal 202 6 171 0 0.97 0.15 0.21 309.49 0.94 0.41
Hex CA 6 AB 0 61 F 15 135 5E 29
Octal 312 6 253 0 141 17 25 465 136 51
Binary 11001010 110 10101011 0 1100001 1111 10101 100110101 1011110 101001

Color Harmonies of #CA06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06AB

Black with #CA06AB

Text Example


Text Example

White with #CA06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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