#C509B8

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

Shades of Deep Magenta #C509B8

Tints of Deep Magenta #C509B8

Color information

#C509B8 (or 0xC509B8) is unknown color: approx Deep Magenta. HEX triplet: C5, 09 and B8. RGB value is (197,9,184). Sum of RGB (Red+Green+Blue) = 197+9+184=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C509B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509B8 is #3AF647. Grayscale: #545454. Windows color (decimal): -3864136 or 12061125. OLE color: 12061125.

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

Color convert

RGB1979184-
CMYK00.950.070.23
HSL304.15º91.26%40.39%-
HSV(B)304.15º95.43%77.25%-
XYZ31.7815.5346.67-
YUV85.16183.78207.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 9 (3.91% from 255) = 2.31%
BLUE value IS 184 (72.27% from 255) = 47.18%
R=50.51%
G=2.31%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197918400.950.070.23304.1591.2640.39
HexC59B805F7171305b28
Octal30511270013772746013350
Binary1100010110011011100001011111111101111001100001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C509B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C509B8; }

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

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

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

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

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

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

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

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