#C63F80

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

Shades of Mulberry #C63F80

Tints of Mulberry #C63F80

Color information

#C63F80 (or 0xC63F80) is unknown color: approx Mulberry. HEX triplet: C6, 3F and 80. RGB value is (198,63,128). Sum of RGB (Red+Green+Blue) = 198+63+128=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F80 is #39C07F. Grayscale: #6E6E6E. Windows color (decimal): -3784832 or 8404934. OLE color: 8404934.

HSL color Cylindrical-coordinate representation of color #C63F80: hue angle of 331.11º 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 #C63F80 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19863128-
CMYK00.680.350.22
HSL331.11º54.22%51.18%-
HSV(B)331.11º68.18%77.65%-
XYZ28.9617.1222.2-
YUV110.78137.73190.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=50.90%
G=16.20%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986312800.680.350.22331.1154.2251.18
HexC63F80044231614b3633
Octal30677200010443265136663
Binary11000110111111100000000100010010001110110101001011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F80; }

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

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

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

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

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

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

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

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