#C35C8E

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

Shades of Mulberry #C35C8E

Tints of Mulberry #C35C8E

Color information

#C35C8E (or 0xC35C8E) is unknown color: approx Mulberry. HEX triplet: C3, 5C and 8E. RGB value is (195,92,142). Sum of RGB (Red+Green+Blue) = 195+92+142=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C8E is #3CA371. Grayscale: #808080. Windows color (decimal): -3974002 or 9329859. OLE color: 9329859.

HSL color Cylindrical-coordinate representation of color #C35C8E: hue angle of 330.87º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C8E is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB19592142-
CMYK00.530.270.24
HSL330.87º46.19%56.27%-
HSV(B)330.87º52.82%76.47%-
XYZ31.2221.2128.04-
YUV128.5135.62175.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=45.45%
G=21.45%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959214200.530.270.24330.8746.1956.27
HexC35C8E0351B1814b2e38
Octal30313421606533305135670
Binary1100001110111001000111001101011101111000101001011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C8E; }

 p { color: rgb(195,92,142); }

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

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

 a { background-color: rgb(195,92,142); }

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

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

 span { border-color: rgb(195,92,142); }

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