Html Css Color HEX #CA20CE Deep Magenta

📋 copy color: '#CA20CE'

red 202 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #CA20CE

Tints of Deep Magenta #CA20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 45.91%
G = 7.27%
B = 46.82%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA20CE (or 0xCA20CE) is known color: Deep Magenta. HEX triplet: CA, 20 and CE. RGB value is (202,32,206). Sum of RGB (Red+Green+Blue) = 202+32+206=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20CE is #35DF31. Grayscale: #666666. Windows color (decimal): -3530546 or 13508810. OLE color: 13508810.

HSL color Cylindrical-coordinate representation of color #CA20CE: hue angle of 298.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20CE is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 32 206 -
CMYK 0.02 0.84 0 0.19
HSL 298.62º 0.73% 0.47% -
HSV(B) 298.62º 0.84% 0.81% -
XYZ 36.01 18.05 59.98 -
YUV 102.67 186.32 198.85 -
System Red Green Blue C M Y K H S L
Decimal 202 32 206 0.02 0.84 0 0.19 298.62 0.73 0.47
Hex CA 20 CE 2 54 0 13 12B 49 2F
Octal 312 40 316 2 124 0 23 453 111 57
Binary 11001010 100000 11001110 10 1010100 0 10011 100101011 1001001 101111

Color Harmonies of #CA20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20CE

Black with #CA20CE

Text Example


Text Example

White with #CA20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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