Html Css Color HEX #CA20DC Deep Magenta

📋 copy color: '#CA20DC'

red 202 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #CA20DC

Tints of Deep Magenta #CA20DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 44.49%
G = 7.05%
B = 48.46%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA20DC (or 0xCA20DC) is known color: Deep Magenta. HEX triplet: CA, 20 and DC. RGB value is (202,32,220). Sum of RGB (Red+Green+Blue) = 202+32+220=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20DC is #35DF23. Grayscale: #676767. Windows color (decimal): -3530532 or 14426314. OLE color: 14426314.

HSL color Cylindrical-coordinate representation of color #CA20DC: hue angle of 294.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA20DC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 32 220 -
CMYK 0.08 0.85 0 0.14
HSL 294.26º 0.75% 0.49% -
HSV(B) 294.26º 0.85% 0.86% -
XYZ 37.79 18.76 69.34 -
YUV 104.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 202 32 220 0.08 0.85 0 0.14 294.26 0.75 0.49
Hex CA 20 DC 8 55 0 E 126 4B 31
Octal 312 40 334 10 125 0 16 446 113 61
Binary 11001010 100000 11011100 1000 1010101 0 1110 100100110 1001011 110001

Color Harmonies of #CA20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20DC

Black with #CA20DC

Text Example


Text Example

White with #CA20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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