#c63f7e

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

Shades of Mulberry #C63F7E

Tints of Mulberry #C63F7E

Color information

#C63F7E (or 0xC63F7E) is unknown color: approx Mulberry. HEX triplet: C6, 3F and 7E. RGB value is (198,63,126). Sum of RGB (Red+Green+Blue) = 198+63+126=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F7E is #39C081. Grayscale: #6E6E6E. Windows color (decimal): -3784834 or 8273862. OLE color: 8273862.

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

Color convert

RGB19863126-
CMYK00.680.360.22
HSL332º54.22%51.18%-
HSV(B)332º68.18%77.65%-
XYZ28.8317.0721.51-
YUV110.55136.73190.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=51.16%
G=16.28%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986312600.680.360.2233254.2251.18
HexC63F7E044241614c3633
Octal30677176010444265146663
Binary1100011011111111111100100010010010010110101001100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63f7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63f7e; }

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

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

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

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

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

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

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

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