#C308AD

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

Shades of Deep Magenta #C308AD

Tints of Deep Magenta #C308AD

Color information

#C308AD (or 0xC308AD) is unknown color: approx Deep Magenta. HEX triplet: C3, 08 and AD. RGB value is (195,8,173). Sum of RGB (Red+Green+Blue) = 195+8+173=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C308AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C308AD is #3CF752. Grayscale: #525252. Windows color (decimal): -3995475 or 11339971. OLE color: 11339971.

HSL color Cylindrical-coordinate representation of color #C308AD: hue angle of 307.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308AD is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB1958173-
CMYK00.960.110.24
HSL307.06º92.12%39.8%-
HSV(B)307.06º95.9%76.47%-
XYZ30.1414.7940.8-
YUV82.72178.95208.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=51.86%
G=2.13%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195817300.960.110.24307.0692.1239.8
HexC38AD060B181335c28
Octal303102550140133046313450
Binary11000011100010101101011000001011110001001100111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C308AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C308AD; }

 p { color: rgb(195,8,173); }

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

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

 a { background-color: rgb(195,8,173); }

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

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

 span { border-color: rgb(195,8,173); }

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