#C220B2

Color #C220B2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C220B2

Tints of Deep Magenta #C220B2

Color information

#C220B2 (or 0xC220B2) is unknown color: approx Deep Magenta. HEX triplet: C2, 20 and B2. RGB value is (194,32,178). Sum of RGB (Red+Green+Blue) = 194+32+178=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C220B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220B2 is #3DDF4D. Grayscale: #606060. Windows color (decimal): -4054862 or 11673794. OLE color: 11673794.

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

Color convert

RGB19432178-
CMYK00.840.080.24
HSL305.93º71.68%44.31%-
HSV(B)305.93º83.51%76.08%-
XYZ30.815.7243.53-
YUV97.08173.67197.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 32 (12.89% from 255) = 7.92%
BLUE value IS 178 (69.92% from 255) = 44.06%
R=48.02%
G=7.92%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943217800.840.080.24305.9371.6844.31
HexC220B2054818132482c
Octal302402620124103046211054
Binary1100001010000010110010010101001000110001001100101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C220B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C220B2; }

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

 H1.HeaderClassName
 {
   color: #C220B2;
 }
 .AnyTagClassName
 {
   color: #C220B2;
 }
</style>
background-color css

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

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

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

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

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

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