Html Css Color HEX #CA20D9 Deep Magenta

📋 copy color: '#CA20D9'

red 202 ◦ green 32 ◦ blue 217

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

Shades of Deep Magenta #CA20D9

Tints of Deep Magenta #CA20D9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.1%

 BLUE value IS 217 (85.16% from 255) = 48.12%

R = 44.79%
G = 7.1%
B = 48.12%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA20D9 (or 0xCA20D9) is known color: Deep Magenta. HEX triplet: CA, 20 and D9. RGB value is (202,32,217). Sum of RGB (Red+Green+Blue) = 202+32+217=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA20D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20D9 is #35DF26. Grayscale: #676767. Windows color (decimal): -3530535 or 14229706. OLE color: 14229706.

HSL color Cylindrical-coordinate representation of color #CA20D9: hue angle of 295.14º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA20D9 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 32 217 -
CMYK 0.07 0.85 0 0.15
HSL 295.14º 0.74% 0.49% -
HSV(B) 295.14º 0.85% 0.85% -
XYZ 37.4 18.6 67.26 -
YUV 103.92 191.82 197.96 -
System Red Green Blue C M Y K H S L
Decimal 202 32 217 0.07 0.85 0 0.15 295.14 0.74 0.49
Hex CA 20 D9 7 55 0 F 127 4A 31
Octal 312 40 331 7 125 0 17 447 112 61
Binary 11001010 100000 11011001 111 1010101 0 1111 100100111 1001010 110001

Color Harmonies of #CA20D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20D9

Black with #CA20D9

Text Example


Text Example

White with #CA20D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20D9; }

 p { color: rgb(202,32,217); }

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

background-color css

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

 a { background-color: rgb(202,32,217); }

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

border-color css

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

 span { border-color: rgb(202,32,217); }

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