#C308AB

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

Shades of Deep Magenta #C308AB

Tints of Deep Magenta #C308AB

Color information

#C308AB (or 0xC308AB) is unknown color: approx Deep Magenta. HEX triplet: C3, 08 and AB. RGB value is (195,8,171). Sum of RGB (Red+Green+Blue) = 195+8+171=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C308AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C308AB is #3CF754. Grayscale: #525252. Windows color (decimal): -3995477 or 11208899. OLE color: 11208899.

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

Color convert

RGB1958171-
CMYK00.960.120.24
HSL307.7º92.12%39.8%-
HSV(B)307.7º95.9%76.47%-
XYZ29.9414.7239.79-
YUV82.5177.95208.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 8 (3.52% from 255) = 2.14%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=52.14%
G=2.14%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195817100.960.120.24307.792.1239.8
HexC38AB060C181345c28
Octal303102530140143046413450
Binary11000011100010101011011000001100110001001101001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C308AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C308AB; }

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

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

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

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

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

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

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

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