#C151A5

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

Shades of Mulberry #C151A5

Tints of Mulberry #C151A5

Color information

#C151A5 (or 0xC151A5) is unknown color: approx Mulberry. HEX triplet: C1, 51 and A5. RGB value is (193,81,165). Sum of RGB (Red+Green+Blue) = 193+81+165=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C151A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C151A5 is #3EAE5A. Grayscale: #7B7B7B. Windows color (decimal): -4107867 or 10834369. OLE color: 10834369.

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

Color convert

RGB19381165-
CMYK00.580.150.24
HSL315º47.46%53.73%-
HSV(B)315º58.03%75.69%-
XYZ31.7319.9437.77-
YUV124.06151.11177.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=43.96%
G=18.45%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938116500.580.150.2431547.4653.73
HexC151A503AF1813b2f36
Octal30112124507217304735766
Binary110000011010001101001010111010111111000100111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C151A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C151A5; }

 p { color: rgb(193,81,165); }

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

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

 a { background-color: rgb(193,81,165); }

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

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

 span { border-color: rgb(193,81,165); }

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