Html Css Color HEX #CA01AE Deep Magenta

📋 copy color: '#CA01AE'

red 202 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #CA01AE

Tints of Deep Magenta #CA01AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 53.58%
G = 0.27%
B = 46.15%

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

#CA01AE (or 0xCA01AE) is known color: Deep Magenta. HEX triplet: CA, 01 and AE. RGB value is (202,1,174). Sum of RGB (Red+Green+Blue) = 202+1+174=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA01AE is #35FE51. Grayscale: #505050. Windows color (decimal): -3538514 or 11403722. OLE color: 11403722.

HSL color Cylindrical-coordinate representation of color #CA01AE: hue angle of 308.36º 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 #CA01AE is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 174 -
CMYK 0 1.00 0.14 0.21
HSL 308.36º 0.99% 0.4% -
HSV(B) 308.36º 1% 0.79% -
XYZ 32.01 15.63 41.38 -
YUV 80.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 202 1 174 0 1.00 0.14 0.21 308.36 0.99 0.4
Hex CA 1 AE 0 64 E 15 134 63 28
Octal 312 1 256 0 144 16 25 464 143 50
Binary 11001010 1 10101110 0 1100100 1110 10101 100110100 1100011 101000

Color Harmonies of #CA01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01AE

Black with #CA01AE

Text Example


Text Example

White with #CA01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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