#C0509E

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

Shades of Mulberry #C0509E

Tints of Mulberry #C0509E

Color information

#C0509E (or 0xC0509E) is unknown color: approx Mulberry. HEX triplet: C0, 50 and 9E. RGB value is (192,80,158). Sum of RGB (Red+Green+Blue) = 192+80+158=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0509E is #3FAF61. Grayscale: #7A7A7A. Windows color (decimal): -4173666 or 10375360. OLE color: 10375360.

HSL color Cylindrical-coordinate representation of color #C0509E: hue angle of 318.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0509E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19280158-
CMYK00.580.180.25
HSL318.21º47.06%53.33%-
HSV(B)318.21º58.33%75.29%-
XYZ30.7819.4134.47-
YUV122.38148.11177.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 80 (31.64% from 255) = 18.60%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=44.65%
G=18.60%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928015800.580.180.25318.2147.0653.33
HexC0509E03A121913e2f35
Octal30012023607222314765765
Binary1100000010100001001111001110101001011001100111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0509E; }

 p { color: rgb(192,80,158); }

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

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

 a { background-color: rgb(192,80,158); }

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

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

 span { border-color: rgb(192,80,158); }

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