#C309AA

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

Shades of Deep Magenta #C309AA

Tints of Deep Magenta #C309AA

Color information

#C309AA (or 0xC309AA) is unknown color: approx Deep Magenta. HEX triplet: C3, 09 and AA. RGB value is (195,9,170). Sum of RGB (Red+Green+Blue) = 195+9+170=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C309AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C309AA is #3CF655. Grayscale: #525252. Windows color (decimal): -3995222 or 11143619. OLE color: 11143619.

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

Color convert

RGB1959170-
CMYK00.950.130.24
HSL308.06º91.18%40%-
HSV(B)308.06º95.38%76.47%-
XYZ29.8614.739.29-
YUV82.97177.12207.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 9 (3.91% from 255) = 2.41%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=52.14%
G=2.41%
B=45.45%

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
Decimal195917000.950.130.24308.0691.1840
HexC39AA05FD181345b28
Octal303112520137153046413350
Binary11000011100110101010010111111101110001001101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C309AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C309AA; }

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

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

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

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

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

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

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

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