Html Css Color HEX #C220CE Deep Magenta

📋 copy color: '#C220CE'

red 194 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #C220CE

Tints of Deep Magenta #C220CE

RGB

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

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

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

R = 44.91%
G = 7.41%
B = 47.69%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C220CE (or 0xC220CE) is known color: Deep Magenta. HEX triplet: C2, 20 and CE. RGB value is (194,32,206). Sum of RGB (Red+Green+Blue) = 194+32+206=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #C220CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220CE is #3DDF31. Grayscale: #636363. Windows color (decimal): -4054834 or 13508802. OLE color: 13508802.

HSL color Cylindrical-coordinate representation of color #C220CE: hue angle of 295.86º 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 #C220CE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 32 206 -
CMYK 0.06 0.84 0 0.19
HSL 295.86º 0.73% 0.47% -
HSV(B) 295.86º 0.84% 0.81% -
XYZ 33.91 16.96 59.88 -
YUV 100.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 194 32 206 0.06 0.84 0 0.19 295.86 0.73 0.47
Hex C2 20 CE 6 54 0 13 128 49 2F
Octal 302 40 316 6 124 0 23 450 111 57
Binary 11000010 100000 11001110 110 1010100 0 10011 100101000 1001001 101111

Color Harmonies of #C220CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220CE

Black with #C220CE

Text Example


Text Example

White with #C220CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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