#C412B0

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

Shades of Deep Magenta #C412B0

Tints of Deep Magenta #C412B0

Color information

#C412B0 (or 0xC412B0) is unknown color: approx Deep Magenta. HEX triplet: C4, 12 and B0. RGB value is (196,18,176). Sum of RGB (Red+Green+Blue) = 196+18+176=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C412B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C412B0 is #3BED4F. Grayscale: #585858. Windows color (decimal): -3927376 or 11539140. OLE color: 11539140.

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

Color convert

RGB19618176-
CMYK00.910.100.23
HSL306.74º83.18%41.96%-
HSV(B)306.74º90.82%76.86%-
XYZ30.8215.342.4-
YUV89.23176.97204.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 18 (7.42% from 255) = 4.62%
BLUE value IS 176 (69.14% from 255) = 45.13%
R=50.26%
G=4.62%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961817600.910.100.23306.7483.1841.96
HexC412B005BA17133532a
Octal304222600133122746312352
Binary110001001001010110000010110111010101111001100111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C412B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C412B0; }

 p { color: rgb(196,18,176); }

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

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

 a { background-color: rgb(196,18,176); }

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

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

 span { border-color: rgb(196,18,176); }

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