#C35FA5

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

Shades of Mulberry #C35FA5

Tints of Mulberry #C35FA5

Color information

#C35FA5 (or 0xC35FA5) is unknown color: approx Mulberry. HEX triplet: C3, 5F and A5. RGB value is (195,95,165). Sum of RGB (Red+Green+Blue) = 195+95+165=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35FA5 is #3CA05A. Grayscale: #848484. Windows color (decimal): -3973211 or 10837955. OLE color: 10837955.

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

Color convert

RGB19595165-
CMYK00.510.150.24
HSL318º45.45%56.86%-
HSV(B)318º51.28%76.47%-
XYZ33.3922.538.18-
YUV132.88146.13172.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=42.86%
G=20.88%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959516500.510.150.2431845.4556.86
HexC35FA5033F1813e2d39
Octal30313724506317304765571
Binary110000111011111101001010110011111111000100111110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FA5; }

 p { color: rgb(195,95,165); }

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

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

 a { background-color: rgb(195,95,165); }

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

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

 span { border-color: rgb(195,95,165); }

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