Html Css Color HEX #CA01AD Deep Magenta

📋 copy color: '#CA01AD'

red 202 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #CA01AD

Tints of Deep Magenta #CA01AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 53.72%
G = 0.27%
B = 46.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA01AD (or 0xCA01AD) is known color: Deep Magenta. HEX triplet: CA, 01 and AD. RGB value is (202,1,173). Sum of RGB (Red+Green+Blue) = 202+1+173=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA01AD is #35FE52. Grayscale: #505050. Windows color (decimal): -3538515 or 11338186. OLE color: 11338186.

HSL color Cylindrical-coordinate representation of color #CA01AD: hue angle of 308.66º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01AD is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 173 -
CMYK 0 1.00 0.14 0.21
HSL 308.66º 0.99% 0.4% -
HSV(B) 308.66º 1% 0.79% -
XYZ 31.91 15.6 40.86 -
YUV 80.71 180.09 214.51 -
System Red Green Blue C M Y K H S L
Decimal 202 1 173 0 1.00 0.14 0.21 308.66 0.99 0.4
Hex CA 1 AD 0 64 E 15 135 63 28
Octal 312 1 255 0 144 16 25 465 143 50
Binary 11001010 1 10101101 0 1100100 1110 10101 100110101 1100011 101000

Color Harmonies of #CA01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01AD

Black with #CA01AD

Text Example


Text Example

White with #CA01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01AD; }

 p { color: rgb(202,1,173); }

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

background-color css

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

 a { background-color: rgb(202,1,173); }

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

border-color css

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

 span { border-color: rgb(202,1,173); }

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