#C309AD

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

Shades of Deep Magenta #C309AD

Tints of Deep Magenta #C309AD

Color information

#C309AD (or 0xC309AD) is unknown color: approx Deep Magenta. HEX triplet: C3, 09 and AD. RGB value is (195,9,173). Sum of RGB (Red+Green+Blue) = 195+9+173=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C309AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C309AD is #3CF652. Grayscale: #525252. Windows color (decimal): -3995219 or 11340227. OLE color: 11340227.

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

Color convert

RGB1959173-
CMYK00.950.110.24
HSL307.1º91.18%40%-
HSV(B)307.1º95.38%76.47%-
XYZ30.1514.8140.81-
YUV83.31178.62207.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.72%
GREEN value IS 9 (3.91% from 255) = 2.39%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=51.72%
G=2.39%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195917300.950.110.24307.191.1840
HexC39AD05FB181335b28
Octal303112550137133046313350
Binary11000011100110101101010111111011110001001100111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C309AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C309AD; }

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

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

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

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

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

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

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

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