Html Css Color HEX #CA14AB Deep Magenta

📋 copy color: '#CA14AB'

red 202 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #CA14AB

Tints of Deep Magenta #CA14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.09%

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

R = 51.4%
G = 5.09%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA14AB (or 0xCA14AB) is known color: Deep Magenta. HEX triplet: CA, 14 and AB. RGB value is (202,20,171). Sum of RGB (Red+Green+Blue) = 202+20+171=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA14AB is #35EB54. Grayscale: #5B5B5B. Windows color (decimal): -3533653 or 11211978. OLE color: 11211978.

HSL color Cylindrical-coordinate representation of color #CA14AB: hue angle of 310.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA14AB is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 171 -
CMYK 0 0.90 0.15 0.21
HSL 310.22º 0.82% 0.44% -
HSV(B) 310.22º 0.9% 0.79% -
XYZ 31.96 16 39.93 -
YUV 91.63 172.8 206.72 -
System Red Green Blue C M Y K H S L
Decimal 202 20 171 0 0.90 0.15 0.21 310.22 0.82 0.44
Hex CA 14 AB 0 5A F 15 136 52 2C
Octal 312 24 253 0 132 17 25 466 122 54
Binary 11001010 10100 10101011 0 1011010 1111 10101 100110110 1010010 101100

Color Harmonies of #CA14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14AB

Black with #CA14AB

Text Example


Text Example

White with #CA14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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