#C509B9

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

Shades of Deep Magenta #C509B9

Tints of Deep Magenta #C509B9

Color information

#C509B9 (or 0xC509B9) is unknown color: approx Deep Magenta. HEX triplet: C5, 09 and B9. RGB value is (197,9,185). Sum of RGB (Red+Green+Blue) = 197+9+185=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C509B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509B9 is #3AF646. Grayscale: #545454. Windows color (decimal): -3864135 or 12126661. OLE color: 12126661.

HSL color Cylindrical-coordinate representation of color #C509B9: hue angle of 303.83º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C509B9 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB1979185-
CMYK00.950.060.23
HSL303.83º91.26%40.39%-
HSV(B)303.83º95.43%77.25%-
XYZ31.8815.5747.22-
YUV85.28184.28207.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 9 (3.91% from 255) = 2.30%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=50.38%
G=2.30%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197918500.950.060.23303.8391.2640.39
HexC59B905F6171305b28
Octal30511271013762746013350
Binary1100010110011011100101011111110101111001100001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C509B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C509B9; }

 p { color: rgb(197,9,185); }

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

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

 a { background-color: rgb(197,9,185); }

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

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

 span { border-color: rgb(197,9,185); }

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