#C308AE

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

Shades of Deep Magenta #C308AE

Tints of Deep Magenta #C308AE

Color information

#C308AE (or 0xC308AE) is unknown color: approx Deep Magenta. HEX triplet: C3, 08 and AE. RGB value is (195,8,174). Sum of RGB (Red+Green+Blue) = 195+8+174=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C308AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C308AE is #3CF751. Grayscale: #525252. Windows color (decimal): -3995474 or 11405507. OLE color: 11405507.

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

Color convert

RGB1958174-
CMYK00.960.110.24
HSL306.74º92.12%39.8%-
HSV(B)306.74º95.9%76.47%-
XYZ30.2314.8341.31-
YUV82.84179.45208-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.72%
GREEN value IS 8 (3.52% from 255) = 2.12%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=51.72%
G=2.12%
B=46.15%

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
Decimal195817400.960.110.24306.7492.1239.8
HexC38AE060B181335c28
Octal303102560140133046313450
Binary11000011100010101110011000001011110001001100111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C308AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C308AE; }

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

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

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

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

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

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

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

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