Html Css Color HEX #C220B0 Deep Magenta

📋 copy color: '#C220B0'

red 194 ◦ green 32 ◦ blue 176

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

Shades of Deep Magenta #C220B0

Tints of Deep Magenta #C220B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 48.26%
G = 7.96%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C220B0 (or 0xC220B0) is known color: Deep Magenta. HEX triplet: C2, 20 and B0. RGB value is (194,32,176). Sum of RGB (Red+Green+Blue) = 194+32+176=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C220B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220B0 is #3DDF4F. Grayscale: #606060. Windows color (decimal): -4054864 or 11542722. OLE color: 11542722.

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

Color convert

RGB 194 32 176 -
CMYK 0 0.84 0.09 0.24
HSL 306.67º 0.72% 0.44% -
HSV(B) 306.67º 0.84% 0.76% -
XYZ 30.6 15.64 42.48 -
YUV 96.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 194 32 176 0 0.84 0.09 0.24 306.67 0.72 0.44
Hex C2 20 B0 0 54 9 18 133 48 2C
Octal 302 40 260 0 124 11 30 463 110 54
Binary 11000010 100000 10110000 0 1010100 1001 11000 100110011 1001000 101100

Color Harmonies of #C220B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220B0

Black with #C220B0

Text Example


Text Example

White with #C220B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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