Html Css Color HEX #C220C6 Deep Magenta

📋 copy color: '#C220C6'

red 194 ◦ green 32 ◦ blue 198

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

Shades of Deep Magenta #C220C6

Tints of Deep Magenta #C220C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.7%

R = 45.75%
G = 7.55%
B = 46.7%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C220C6 (or 0xC220C6) is known color: Deep Magenta. HEX triplet: C2, 20 and C6. RGB value is (194,32,198). Sum of RGB (Red+Green+Blue) = 194+32+198=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #C220C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220C6 is #3DDF39. Grayscale: #626262. Windows color (decimal): -4054842 or 12984514. OLE color: 12984514.

HSL color Cylindrical-coordinate representation of color #C220C6: hue angle of 298.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220C6 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 32 198 -
CMYK 0.02 0.84 0 0.22
HSL 298.55º 0.72% 0.45% -
HSV(B) 298.55º 0.84% 0.78% -
XYZ 32.96 16.58 54.89 -
YUV 99.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 194 32 198 0.02 0.84 0 0.22 298.55 0.72 0.45
Hex C2 20 C6 2 54 0 16 12B 48 2D
Octal 302 40 306 2 124 0 26 453 110 55
Binary 11000010 100000 11000110 10 1010100 0 10110 100101011 1001000 101101

Color Harmonies of #C220C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220C6

Black with #C220C6

Text Example


Text Example

White with #C220C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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