#C308B9

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

Shades of Deep Magenta #C308B9

Tints of Deep Magenta #C308B9

Color information

#C308B9 (or 0xC308B9) is unknown color: approx Deep Magenta. HEX triplet: C3, 08 and B9. RGB value is (195,8,185). Sum of RGB (Red+Green+Blue) = 195+8+185=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C308B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308B9 is #3CF746. Grayscale: #535353. Windows color (decimal): -3995463 or 12126403. OLE color: 12126403.

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

Color convert

RGB1958185-
CMYK00.960.050.24
HSL303.21º92.12%39.8%-
HSV(B)303.21º95.9%76.47%-
XYZ31.3515.2847.2-
YUV84.09184.95207.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 8 (3.52% from 255) = 2.06%
BLUE value IS 185 (72.66% from 255) = 47.68%
R=50.26%
G=2.06%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195818500.960.050.24303.2192.1239.8
HexC38B906051812f5c28
Octal30310271014053045713450
Binary1100001110001011100101100000101110001001011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C308B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C308B9; }

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

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

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

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

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

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

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

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