#C63F85

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

Shades of Mulberry #C63F85

Tints of Mulberry #C63F85

Color information

#C63F85 (or 0xC63F85) is unknown color: approx Mulberry. HEX triplet: C6, 3F and 85. RGB value is (198,63,133). Sum of RGB (Red+Green+Blue) = 198+63+133=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F85 is #39C07A. Grayscale: #6F6F6F. Windows color (decimal): -3784827 or 8732614. OLE color: 8732614.

HSL color Cylindrical-coordinate representation of color #C63F85: hue angle of 328.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F85 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB19863133-
CMYK00.680.330.22
HSL328.89º54.22%51.18%-
HSV(B)328.89º68.18%77.65%-
XYZ29.317.2523.98-
YUV111.34140.23189.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.25%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=50.25%
G=15.99%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986313300.680.330.22328.8954.2251.18
HexC63F8504421161493633
Octal30677205010441265116663
Binary11000110111111100001010100010010000110110101001001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F85; }

 p { color: rgb(198,63,133); }

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

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

 a { background-color: rgb(198,63,133); }

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

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

 span { border-color: rgb(198,63,133); }

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