Html Css Color HEX #CA20CD Deep Magenta

📋 copy color: '#CA20CD'

red 202 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #CA20CD

Tints of Deep Magenta #CA20CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 46.01%
G = 7.29%
B = 46.7%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA20CD (or 0xCA20CD) is known color: Deep Magenta. HEX triplet: CA, 20 and CD. RGB value is (202,32,205). Sum of RGB (Red+Green+Blue) = 202+32+205=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20CD is #35DF32. Grayscale: #666666. Windows color (decimal): -3530547 or 13443274. OLE color: 13443274.

HSL color Cylindrical-coordinate representation of color #CA20CD: hue angle of 298.96º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20CD is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 32 205 -
CMYK 0.01 0.84 0 0.20
HSL 298.96º 0.73% 0.46% -
HSV(B) 298.96º 0.84% 0.8% -
XYZ 35.89 18 59.34 -
YUV 102.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 202 32 205 0.01 0.84 0 0.20 298.96 0.73 0.46
Hex CA 20 CD 1 54 0 14 12B 49 2E
Octal 312 40 315 1 124 0 24 453 111 56
Binary 11001010 100000 11001101 1 1010100 0 10100 100101011 1001001 101110

Color Harmonies of #CA20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20CD

Black with #CA20CD

Text Example


Text Example

White with #CA20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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