#C210B0

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

Shades of Deep Magenta #C210B0

Tints of Deep Magenta #C210B0

Color information

#C210B0 (or 0xC210B0) is unknown color: approx Deep Magenta. HEX triplet: C2, 10 and B0. RGB value is (194,16,176). Sum of RGB (Red+Green+Blue) = 194+16+176=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C210B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210B0 is #3DEF4F. Grayscale: #575757. Windows color (decimal): -4058960 or 11538626. OLE color: 11538626.

HSL color Cylindrical-coordinate representation of color #C210B0: hue angle of 306.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210B0 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19416176-
CMYK00.920.090.24
HSL306.07º84.76%41.18%-
HSV(B)306.07º91.75%76.08%-
XYZ30.2714.9742.37-
YUV87.46177.97203.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 16 (6.64% from 255) = 4.15%
BLUE value IS 176 (69.14% from 255) = 45.60%
R=50.26%
G=4.15%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941617600.920.090.24306.0784.7641.18
HexC210B005C9181325529
Octal302202600134113046212551
Binary110000101000010110000010111001001110001001100101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C210B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C210B0; }

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

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

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

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

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

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

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

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