#CF5190

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

Shades of Mulberry #CF5190

Tints of Mulberry #CF5190

Color information

#CF5190 (or 0xCF5190) is unknown color: approx Mulberry. HEX triplet: CF, 51 and 90. RGB value is (207,81,144). Sum of RGB (Red+Green+Blue) = 207+81+144=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5190 is #30AE6F. Grayscale: #7D7D7D. Windows color (decimal): -3190384 or 9458127. OLE color: 9458127.

HSL color Cylindrical-coordinate representation of color #CF5190: hue angle of 330º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5190 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB20781144-
CMYK00.610.300.19
HSL330º56.76%56.47%-
HSV(B)330º60.87%81.18%-
XYZ33.7121.1628.69-
YUV125.86138.24185.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 144 (56.64% from 255) = 33.33%
R=47.92%
G=18.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078114400.610.300.1933056.7656.47
HexCF519003D1E1314a3938
Octal31712122007536235127170
Binary1100111110100011001000001111011111010011101001010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5190; }

 p { color: rgb(207,81,144); }

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

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

 a { background-color: rgb(207,81,144); }

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

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

 span { border-color: rgb(207,81,144); }

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