#C35E9D

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

Shades of Mulberry #C35E9D

Tints of Mulberry #C35E9D

Color information

#C35E9D (or 0xC35E9D) is unknown color: approx Mulberry. HEX triplet: C3, 5E and 9D. RGB value is (195,94,157). Sum of RGB (Red+Green+Blue) = 195+94+157=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35E9D is #3CA162. Grayscale: #838383. Windows color (decimal): -3973475 or 10313411. OLE color: 10313411.

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

Color convert

RGB19594157-
CMYK00.520.190.24
HSL322.57º45.7%56.67%-
HSV(B)322.57º51.79%76.47%-
XYZ32.5922.0434.43-
YUV131.38142.46173.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=43.72%
G=21.08%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959415700.520.190.24322.5745.756.67
HexC35E9D03413181432e39
Octal30313623506423305035671
Binary1100001110111101001110101101001001111000101000011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E9D; }

 p { color: rgb(195,94,157); }

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

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

 a { background-color: rgb(195,94,157); }

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

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

 span { border-color: rgb(195,94,157); }

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