Html Css Color HEX #C220DF Deep Magenta

📋 copy color: '#C220DF'

red 194 ◦ green 32 ◦ blue 223

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

Shades of Deep Magenta #C220DF

Tints of Deep Magenta #C220DF

RGB

 RED value IS 194 (76.17% from 255) = 43.21%

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

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

R = 43.21%
G = 7.13%
B = 49.67%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C220DF (or 0xC220DF) is known color: Deep Magenta. HEX triplet: C2, 20 and DF. RGB value is (194,32,223). Sum of RGB (Red+Green+Blue) = 194+32+223=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #C220DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220DF is #3DDF20. Grayscale: #656565. Windows color (decimal): -4054817 or 14622914. OLE color: 14622914.

HSL color Cylindrical-coordinate representation of color #C220DF: hue angle of 290.89º 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 #C220DF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 32 223 -
CMYK 0.13 0.86 0 0.13
HSL 290.89º 0.75% 0.5% -
HSV(B) 290.89º 0.86% 0.87% -
XYZ 36.08 17.83 71.35 -
YUV 102.21 196.17 193.47 -
System Red Green Blue C M Y K H S L
Decimal 194 32 223 0.13 0.86 0 0.13 290.89 0.75 0.5
Hex C2 20 DF D 56 0 D 123 4B 32
Octal 302 40 337 15 126 0 15 443 113 62
Binary 11000010 100000 11011111 1101 1010110 0 1101 100100011 1001011 110010

Color Harmonies of #C220DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220DF

Black with #C220DF

Text Example


Text Example

White with #C220DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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