Html Css Color HEX #CA09AB Deep Magenta

📋 copy color: '#CA09AB'

red 202 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #CA09AB

Tints of Deep Magenta #CA09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

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

R = 52.88%
G = 2.36%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA09AB (or 0xCA09AB) is known color: Deep Magenta. HEX triplet: CA, 09 and AB. RGB value is (202,9,171). Sum of RGB (Red+Green+Blue) = 202+9+171=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA09AB is #35F654. Grayscale: #545454. Windows color (decimal): -3536469 or 11209162. OLE color: 11209162.

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

Color convert

RGB 202 9 171 -
CMYK 0 0.96 0.15 0.21
HSL 309.64º 0.91% 0.41% -
HSV(B) 309.64º 0.96% 0.79% -
XYZ 31.81 15.69 39.88 -
YUV 85.18 176.44 211.33 -
System Red Green Blue C M Y K H S L
Decimal 202 9 171 0 0.96 0.15 0.21 309.64 0.91 0.41
Hex CA 9 AB 0 60 F 15 136 5B 29
Octal 312 11 253 0 140 17 25 466 133 51
Binary 11001010 1001 10101011 0 1100000 1111 10101 100110110 1011011 101001

Color Harmonies of #CA09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09AB

Black with #CA09AB

Text Example


Text Example

White with #CA09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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