Html Css Color HEX #C220CC Deep Magenta

📋 copy color: '#C220CC'

red 194 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #C220CC

Tints of Deep Magenta #C220CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 45.12%
G = 7.44%
B = 47.44%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C220CC (or 0xC220CC) is known color: Deep Magenta. HEX triplet: C2, 20 and CC. RGB value is (194,32,204). Sum of RGB (Red+Green+Blue) = 194+32+204=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #C220CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220CC is #3DDF33. Grayscale: #636363. Windows color (decimal): -4054836 or 13377730. OLE color: 13377730.

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

Color convert

RGB 194 32 204 -
CMYK 0.05 0.84 0 0.2
HSL 296.51º 0.73% 0.46% -
HSV(B) 296.51º 0.84% 0.8% -
XYZ 33.66 16.86 58.61 -
YUV 100.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 194 32 204 0.05 0.84 0 0.2 296.51 0.73 0.46
Hex C2 20 CC 5 54 0 14 129 49 2E
Octal 302 40 314 5 124 0 24 451 111 56
Binary 11000010 100000 11001100 101 1010100 0 10100 100101001 1001001 101110

Color Harmonies of #C220CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220CC

Black with #C220CC

Text Example


Text Example

White with #C220CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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