Html Css Color HEX #CA20DF Deep Magenta

📋 copy color: '#CA20DF'

red 202 ◦ green 32 ◦ blue 223

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

Shades of Deep Magenta #CA20DF

Tints of Deep Magenta #CA20DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 44.2%
G = 7%
B = 48.8%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA20DF (or 0xCA20DF) is known color: Deep Magenta. HEX triplet: CA, 20 and DF. RGB value is (202,32,223). Sum of RGB (Red+Green+Blue) = 202+32+223=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20DF is #35DF20. Grayscale: #686868. Windows color (decimal): -3530529 or 14622922. OLE color: 14622922.

HSL color Cylindrical-coordinate representation of color #CA20DF: hue angle of 293.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA20DF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 32 223 -
CMYK 0.09 0.86 0 0.13
HSL 293.4º 0.75% 0.5% -
HSV(B) 293.4º 0.86% 0.87% -
XYZ 38.19 18.92 71.45 -
YUV 104.6 194.82 197.47 -
System Red Green Blue C M Y K H S L
Decimal 202 32 223 0.09 0.86 0 0.13 293.4 0.75 0.5
Hex CA 20 DF 9 56 0 D 125 4B 32
Octal 312 40 337 11 126 0 15 445 113 62
Binary 11001010 100000 11011111 1001 1010110 0 1101 100100101 1001011 110010

Color Harmonies of #CA20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20DF

Black with #CA20DF

Text Example


Text Example

White with #CA20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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