Html Css Color HEX #CA0CC9 Deep Magenta

📋 copy color: '#CA0CC9'

red 202 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #CA0CC9

Tints of Deep Magenta #CA0CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

 BLUE value IS 201 (78.91% from 255) = 48.43%

R = 48.67%
G = 2.89%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA0CC9 (or 0xCA0CC9) is known color: Deep Magenta. HEX triplet: CA, 0C and C9. RGB value is (202,12,201). Sum of RGB (Red+Green+Blue) = 202+12+201=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CC9 is #35F336. Grayscale: #595959. Windows color (decimal): -3535671 or 13176010. OLE color: 13176010.

HSL color Cylindrical-coordinate representation of color #CA0CC9: hue angle of 300.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CC9 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 12 201 -
CMYK 0 0.94 0.00 0.21
HSL 300.32º 0.89% 0.42% -
HSV(B) 300.32º 0.94% 0.79% -
XYZ 35.03 17.04 56.7 -
YUV 90.36 190.45 207.63 -
System Red Green Blue C M Y K H S L
Decimal 202 12 201 0 0.94 0.00 0.21 300.32 0.89 0.42
Hex CA C C9 0 5E 0 15 12C 59 2A
Octal 312 14 311 0 136 0 25 454 131 52
Binary 11001010 1100 11001001 0 1011110 0 10101 100101100 1011001 101010

Color Harmonies of #CA0CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CC9

Black with #CA0CC9

Text Example


Text Example

White with #CA0CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CC9; }

 p { color: rgb(202,12,201); }

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

background-color css

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

 a { background-color: rgb(202,12,201); }

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

border-color css

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

 span { border-color: rgb(202,12,201); }

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