#C316B6

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

Shades of Deep Magenta #C316B6

Tints of Deep Magenta #C316B6

Color information

#C316B6 (or 0xC316B6) is unknown color: approx Deep Magenta. HEX triplet: C3, 16 and B6. RGB value is (195,22,182). Sum of RGB (Red+Green+Blue) = 195+22+182=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C316B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316B6 is #3CE949. Grayscale: #5B5B5B. Windows color (decimal): -3991882 or 11933379. OLE color: 11933379.

HSL color Cylindrical-coordinate representation of color #C316B6: hue angle of 304.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C316B6 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19522182-
CMYK00.890.070.24
HSL304.51º79.72%42.55%-
HSV(B)304.51º88.72%76.47%-
XYZ31.2415.5545.61-
YUV91.97178.81201.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 22 (8.98% from 255) = 5.51%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=48.87%
G=5.51%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952218200.890.070.24304.5179.7242.55
HexC316B6059718131502b
Octal30326266013173046112053
Binary11000011101101011011001011001111110001001100011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C316B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C316B6; }

 p { color: rgb(195,22,182); }

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

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

 a { background-color: rgb(195,22,182); }

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

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

 span { border-color: rgb(195,22,182); }

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