#C311BD

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

Shades of Deep Magenta #C311BD

Tints of Deep Magenta #C311BD

Color information

#C311BD (or 0xC311BD) is unknown color: approx Deep Magenta. HEX triplet: C3, 11 and BD. RGB value is (195,17,189). Sum of RGB (Red+Green+Blue) = 195+17+189=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C311BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311BD is #3CEE42. Grayscale: #595959. Windows color (decimal): -3993155 or 12390851. OLE color: 12390851.

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

Color convert

RGB19517189-
CMYK00.910.030.24
HSL302.02º83.96%41.57%-
HSV(B)302.02º91.28%76.47%-
XYZ31.8915.6849.49-
YUV89.83183.97203.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 17 (7.03% from 255) = 4.24%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=48.63%
G=4.24%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951718900.910.030.24302.0283.9641.57
HexC311BD05B31812e542a
Octal30321275013333045612452
Binary1100001110001101111010101101111110001001011101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C311BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C311BD; }

 p { color: rgb(195,17,189); }

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

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

 a { background-color: rgb(195,17,189); }

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

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

 span { border-color: rgb(195,17,189); }

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