#C410B6

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

Shades of Deep Magenta #C410B6

Tints of Deep Magenta #C410B6

Color information

#C410B6 (or 0xC410B6) is unknown color: approx Deep Magenta. HEX triplet: C4, 10 and B6. RGB value is (196,16,182). Sum of RGB (Red+Green+Blue) = 196+16+182=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C410B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410B6 is #3BEF49. Grayscale: #585858. Windows color (decimal): -3927882 or 11931844. OLE color: 11931844.

HSL color Cylindrical-coordinate representation of color #C410B6: hue angle of 304.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C410B6 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB19616182-
CMYK00.920.070.23
HSL304.67º84.91%41.57%-
HSV(B)304.67º91.84%76.86%-
XYZ31.3915.4845.59-
YUV88.74180.63204.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 16 (6.64% from 255) = 4.06%
BLUE value IS 182 (71.48% from 255) = 46.19%
R=49.75%
G=4.06%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961618200.920.070.23304.6784.9141.57
HexC410B605C717131552a
Octal30420266013472746112552
Binary11000100100001011011001011100111101111001100011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C410B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C410B6; }

 p { color: rgb(196,16,182); }

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

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

 a { background-color: rgb(196,16,182); }

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

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

 span { border-color: rgb(196,16,182); }

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