Html Css Color HEX #C220B5 Deep Magenta

📋 copy color: '#C220B5'

red 194 ◦ green 32 ◦ blue 181

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

Shades of Deep Magenta #C220B5

Tints of Deep Magenta #C220B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 47.67%
G = 7.86%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C220B5 (or 0xC220B5) is known color: Deep Magenta. HEX triplet: C2, 20 and B5. RGB value is (194,32,181). Sum of RGB (Red+Green+Blue) = 194+32+181=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C220B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220B5 is #3DDF4A. Grayscale: #606060. Windows color (decimal): -4054859 or 11870402. OLE color: 11870402.

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

Color convert

RGB 194 32 181 -
CMYK 0 0.84 0.07 0.24
HSL 304.81º 0.72% 0.44% -
HSV(B) 304.81º 0.84% 0.76% -
XYZ 31.11 15.84 45.13 -
YUV 97.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 194 32 181 0 0.84 0.07 0.24 304.81 0.72 0.44
Hex C2 20 B5 0 54 7 18 131 48 2C
Octal 302 40 265 0 124 7 30 461 110 54
Binary 11000010 100000 10110101 0 1010100 111 11000 100110001 1001000 101100

Color Harmonies of #C220B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220B5

Black with #C220B5

Text Example


Text Example

White with #C220B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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