#C35193

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

Shades of Mulberry #C35193

Tints of Mulberry #C35193

Color information

#C35193 (or 0xC35193) is unknown color: approx Mulberry. HEX triplet: C3, 51 and 93. RGB value is (195,81,147). Sum of RGB (Red+Green+Blue) = 195+81+147=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C35193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35193 is #3CAE6C. Grayscale: #7A7A7A. Windows color (decimal): -3976813 or 9654723. OLE color: 9654723.

HSL color Cylindrical-coordinate representation of color #C35193: hue angle of 325.26º degrees, saturation: 0.49, 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 #C35193 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19581147-
CMYK00.580.250.24
HSL325.26º48.72%54.12%-
HSV(B)325.26º58.46%76.47%-
XYZ30.7119.5929.77-
YUV122.61141.77179.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=46.10%
G=19.15%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958114700.580.250.24325.2648.7254.12
HexC3519303A19181453136
Octal30312122307231305056166
Binary1100001110100011001001101110101100111000101000101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35193; }

 p { color: rgb(195,81,147); }

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

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

 a { background-color: rgb(195,81,147); }

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

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

 span { border-color: rgb(195,81,147); }

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