#C35399

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

Shades of Mulberry #C35399

Tints of Mulberry #C35399

Color information

#C35399 (or 0xC35399) is unknown color: approx Mulberry. HEX triplet: C3, 53 and 99. RGB value is (195,83,153). Sum of RGB (Red+Green+Blue) = 195+83+153=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35399 is #3CAC66. Grayscale: #7C7C7C. Windows color (decimal): -3976295 or 10048451. OLE color: 10048451.

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

Color convert

RGB19583153-
CMYK00.570.220.24
HSL322.5º48.28%54.51%-
HSV(B)322.5º57.44%76.47%-
XYZ31.3520.0932.36-
YUV124.47144.11178.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=45.24%
G=19.26%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958315300.570.220.24322.548.2854.51
HexC3539903916181423037
Octal30312323107126305026067
Binary1100001110100111001100101110011011011000101000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35399; }

 p { color: rgb(195,83,153); }

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

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

 a { background-color: rgb(195,83,153); }

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

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

 span { border-color: rgb(195,83,153); }

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