#C1509E

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

Shades of Mulberry #C1509E

Tints of Mulberry #C1509E

Color information

#C1509E (or 0xC1509E) is unknown color: approx Mulberry. HEX triplet: C1, 50 and 9E. RGB value is (193,80,158). Sum of RGB (Red+Green+Blue) = 193+80+158=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1509E is #3EAF61. Grayscale: #7A7A7A. Windows color (decimal): -4108130 or 10375361. OLE color: 10375361.

HSL color Cylindrical-coordinate representation of color #C1509E: hue angle of 318.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1509E is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19380158-
CMYK00.590.180.24
HSL318.58º47.68%53.53%-
HSV(B)318.58º58.55%75.69%-
XYZ31.0319.5434.48-
YUV122.68147.94178.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 80 (31.64% from 255) = 18.56%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=44.78%
G=18.56%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938015800.590.180.24318.5847.6853.53
HexC1509E03B121813f3036
Octal30112023607322304776066
Binary1100000110100001001111001110111001011000100111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1509E; }

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

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

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

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

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

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

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

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