#C35A9F

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

Shades of Mulberry #C35A9F

Tints of Mulberry #C35A9F

Color information

#C35A9F (or 0xC35A9F) is unknown color: approx Mulberry. HEX triplet: C3, 5A and 9F. RGB value is (195,90,159). Sum of RGB (Red+Green+Blue) = 195+90+159=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35A9F is #3CA560. Grayscale: #818181. Windows color (decimal): -3974497 or 10443459. OLE color: 10443459.

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

Color convert

RGB19590159-
CMYK00.540.180.24
HSL320.57º46.67%55.88%-
HSV(B)320.57º53.85%76.47%-
XYZ32.4221.4235.23-
YUV129.26144.79174.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=43.92%
G=20.27%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959015900.540.180.24320.5746.6755.88
HexC35A9F03612181412f38
Octal30313223706622305015770
Binary1100001110110101001111101101101001011000101000001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35A9F; }

 p { color: rgb(195,90,159); }

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

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

 a { background-color: rgb(195,90,159); }

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

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

 span { border-color: rgb(195,90,159); }

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