#CF5191

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

Shades of Mulberry #CF5191

Tints of Mulberry #CF5191

Color information

#CF5191 (or 0xCF5191) is unknown color: approx Mulberry. HEX triplet: CF, 51 and 91. RGB value is (207,81,145). Sum of RGB (Red+Green+Blue) = 207+81+145=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5191 is #30AE6E. Grayscale: #7D7D7D. Windows color (decimal): -3190383 or 9523663. OLE color: 9523663.

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

Color convert

RGB20781145-
CMYK00.610.300.19
HSL329.52º56.76%56.47%-
HSV(B)329.52º60.87%81.18%-
XYZ33.7921.1929.1-
YUV125.97138.74185.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 145 (57.03% from 255) = 33.49%
R=47.81%
G=18.71%
B=33.49%

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
Decimal2078114500.610.300.19329.5256.7656.47
HexCF519103D1E1314a3938
Octal31712122107536235127170
Binary1100111110100011001000101111011111010011101001010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5191; }

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

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

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

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

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

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

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

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