#c640a1

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

Shades of Mulberry #C640A1

Tints of Mulberry #C640A1

Color information

#C640A1 (or 0xC640A1) is unknown color: approx Mulberry. HEX triplet: C6, 40 and A1. RGB value is (198,64,161). Sum of RGB (Red+Green+Blue) = 198+64+161=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C640A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640A1 is #39BF5E. Grayscale: #727272. Windows color (decimal): -3784543 or 10567878. OLE color: 10567878.

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

Color convert

RGB19864161-
CMYK00.680.190.22
HSL316.57º54.03%51.37%-
HSV(B)316.57º67.68%77.65%-
XYZ31.5618.2535.58-
YUV115.12153.89187.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=46.81%
G=15.13%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986416100.680.190.22316.5754.0351.37
HexC640A1044131613d3633
Octal306100241010423264756663
Binary11000110100000010100001010001001001110110100111101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c640a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c640a1; }

 p { color: rgb(198,64,161); }

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

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

 a { background-color: rgb(198,64,161); }

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

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

 span { border-color: rgb(198,64,161); }

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