#C309A9

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

Shades of Deep Magenta #C309A9

Tints of Deep Magenta #C309A9

Color information

#C309A9 (or 0xC309A9) is unknown color: approx Deep Magenta. HEX triplet: C3, 09 and A9. RGB value is (195,9,169). Sum of RGB (Red+Green+Blue) = 195+9+169=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C309A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C309A9 is #3CF656. Grayscale: #525252. Windows color (decimal): -3995223 or 11078083. OLE color: 11078083.

HSL color Cylindrical-coordinate representation of color #C309A9: hue angle of 308.39º 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 #C309A9 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB1959169-
CMYK00.950.130.24
HSL308.39º91.18%40%-
HSV(B)308.39º95.38%76.47%-
XYZ29.7614.6638.8-
YUV82.85176.62207.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 9 (3.91% from 255) = 2.41%
BLUE value IS 169 (66.41% from 255) = 45.31%
R=52.28%
G=2.41%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195916900.950.130.24308.3991.1840
HexC39A905FD181345b28
Octal303112510137153046413350
Binary11000011100110101001010111111101110001001101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C309A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C309A9; }

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

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

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

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

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

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

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

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