#C312BA

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

Shades of Deep Magenta #C312BA

Tints of Deep Magenta #C312BA

Color information

#C312BA (or 0xC312BA) is unknown color: approx Deep Magenta. HEX triplet: C3, 12 and BA. RGB value is (195,18,186). Sum of RGB (Red+Green+Blue) = 195+18+186=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C312BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312BA is #3CED45. Grayscale: #595959. Windows color (decimal): -3992902 or 12194499. OLE color: 12194499.

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

Color convert

RGB19518186-
CMYK00.910.050.24
HSL303.05º83.1%41.76%-
HSV(B)303.05º90.77%76.47%-
XYZ31.5815.5847.8-
YUV90.07182.14202.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 18 (7.42% from 255) = 4.51%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=48.87%
G=4.51%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951818600.910.050.24303.0583.141.76
HexC312BA05B51812f532a
Octal30322272013353045712352
Binary11000011100101011101001011011101110001001011111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C312BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C312BA; }

 p { color: rgb(195,18,186); }

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

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

 a { background-color: rgb(195,18,186); }

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

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

 span { border-color: rgb(195,18,186); }

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