Html Css Color HEX #CA10AB Deep Magenta

📋 copy color: '#CA10AB'

red 202 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #CA10AB

Tints of Deep Magenta #CA10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.11%

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

R = 51.93%
G = 4.11%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA10AB (or 0xCA10AB) is known color: Deep Magenta. HEX triplet: CA, 10 and AB. RGB value is (202,16,171). Sum of RGB (Red+Green+Blue) = 202+16+171=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA10AB is #35EF54. Grayscale: #585858. Windows color (decimal): -3534677 or 11210954. OLE color: 11210954.

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

Color convert

RGB 202 16 171 -
CMYK 0 0.92 0.15 0.21
HSL 310º 0.85% 0.43% -
HSV(B) 310º 0.92% 0.79% -
XYZ 31.89 15.87 39.91 -
YUV 89.28 174.12 208.4 -
System Red Green Blue C M Y K H S L
Decimal 202 16 171 0 0.92 0.15 0.21 310 0.85 0.43
Hex CA 10 AB 0 5C F 15 136 55 2B
Octal 312 20 253 0 134 17 25 466 125 53
Binary 11001010 10000 10101011 0 1011100 1111 10101 100110110 1010101 101011

Color Harmonies of #CA10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA10AB

Black with #CA10AB

Text Example


Text Example

White with #CA10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA10AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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