#C63F8C

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

Shades of Mulberry #C63F8C

Tints of Mulberry #C63F8C

Color information

#C63F8C (or 0xC63F8C) is unknown color: approx Mulberry. HEX triplet: C6, 3F and 8C. RGB value is (198,63,140). Sum of RGB (Red+Green+Blue) = 198+63+140=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F8C is #39C073. Grayscale: #6F6F6F. Windows color (decimal): -3784820 or 9191366. OLE color: 9191366.

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

Color convert

RGB19863140-
CMYK00.680.290.22
HSL325.78º54.22%51.18%-
HSV(B)325.78º68.18%77.65%-
XYZ29.817.4526.61-
YUV112.14143.73189.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=49.38%
G=15.71%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986314000.680.290.22325.7854.2251.18
HexC63F8C0441D161463633
Octal30677214010435265066663
Binary1100011011111110001100010001001110110110101000110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F8C; }

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

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

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

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

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

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

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

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