Html Css Color HEX #C220B9 Deep Magenta

📋 copy color: '#C220B9'

red 194 ◦ green 32 ◦ blue 185

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

Shades of Deep Magenta #C220B9

Tints of Deep Magenta #C220B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 47.2%
G = 7.79%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C220B9 (or 0xC220B9) is known color: Deep Magenta. HEX triplet: C2, 20 and B9. RGB value is (194,32,185). Sum of RGB (Red+Green+Blue) = 194+32+185=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C220B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220B9 is #3DDF46. Grayscale: #616161. Windows color (decimal): -4054855 or 12132546. OLE color: 12132546.

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

Color convert

RGB 194 32 185 -
CMYK 0 0.84 0.05 0.24
HSL 303.33º 0.72% 0.44% -
HSV(B) 303.33º 0.84% 0.76% -
XYZ 31.52 16.01 47.33 -
YUV 97.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 194 32 185 0 0.84 0.05 0.24 303.33 0.72 0.44
Hex C2 20 B9 0 54 5 18 12F 48 2C
Octal 302 40 271 0 124 5 30 457 110 54
Binary 11000010 100000 10111001 0 1010100 101 11000 100101111 1001000 101100

Color Harmonies of #C220B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220B9

Black with #C220B9

Text Example


Text Example

White with #C220B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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