Html Css Color HEX #C220B6 Deep Magenta

📋 copy color: '#C220B6'

red 194 ◦ green 32 ◦ blue 182

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

Shades of Deep Magenta #C220B6

Tints of Deep Magenta #C220B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.61%

R = 47.55%
G = 7.84%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C220B6 (or 0xC220B6) is known color: Deep Magenta. HEX triplet: C2, 20 and B6. RGB value is (194,32,182). Sum of RGB (Red+Green+Blue) = 194+32+182=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C220B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220B6 is #3DDF49. Grayscale: #616161. Windows color (decimal): -4054858 or 11935938. OLE color: 11935938.

HSL color Cylindrical-coordinate representation of color #C220B6: hue angle of 304.44º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220B6 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 182 -
CMYK 0 0.84 0.06 0.24
HSL 304.44º 0.72% 0.44% -
HSV(B) 304.44º 0.84% 0.76% -
XYZ 31.21 15.88 45.68 -
YUV 97.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 194 32 182 0 0.84 0.06 0.24 304.44 0.72 0.44
Hex C2 20 B6 0 54 6 18 130 48 2C
Octal 302 40 266 0 124 6 30 460 110 54
Binary 11000010 100000 10110110 0 1010100 110 11000 100110000 1001000 101100

Color Harmonies of #C220B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220B6

Black with #C220B6

Text Example


Text Example

White with #C220B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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