Html Css Color HEX #CA13AB Deep Magenta

📋 copy color: '#CA13AB'

red 202 ◦ green 19 ◦ blue 171

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

Shades of Deep Magenta #CA13AB

Tints of Deep Magenta #CA13AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

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

R = 51.53%
G = 4.85%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA13AB (or 0xCA13AB) is known color: Deep Magenta. HEX triplet: CA, 13 and AB. RGB value is (202,19,171). Sum of RGB (Red+Green+Blue) = 202+19+171=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA13AB is #35EC54. Grayscale: #5A5A5A. Windows color (decimal): -3533909 or 11211722. OLE color: 11211722.

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

Color convert

RGB 202 19 171 -
CMYK 0 0.91 0.15 0.21
HSL 310.16º 0.83% 0.43% -
HSV(B) 310.16º 0.91% 0.79% -
XYZ 31.94 15.96 39.93 -
YUV 91.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 202 19 171 0 0.91 0.15 0.21 310.16 0.83 0.43
Hex CA 13 AB 0 5B F 15 136 53 2B
Octal 312 23 253 0 133 17 25 466 123 53
Binary 11001010 10011 10101011 0 1011011 1111 10101 100110110 1010011 101011

Color Harmonies of #CA13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13AB

Black with #CA13AB

Text Example


Text Example

White with #CA13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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