#CF5894

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

Shades of Mulberry #CF5894

Tints of Mulberry #CF5894

Color information

#CF5894 (or 0xCF5894) is unknown color: approx Mulberry. HEX triplet: CF, 58 and 94. RGB value is (207,88,148). Sum of RGB (Red+Green+Blue) = 207+88+148=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5894 is #30A76B. Grayscale: #828282. Windows color (decimal): -3188588 or 9722063. OLE color: 9722063.

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

Color convert

RGB20788148-
CMYK00.570.290.19
HSL329.75º55.35%57.84%-
HSV(B)329.75º57.49%81.18%-
XYZ34.5722.3830.52-
YUV130.42137.92182.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=46.73%
G=19.86%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078814800.570.290.19329.7555.3557.84
HexCF58940391D1314a373a
Octal31713022407135235126772
Binary1100111110110001001010001110011110110011101001010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5894; }

 p { color: rgb(207,88,148); }

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

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

 a { background-color: rgb(207,88,148); }

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

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

 span { border-color: rgb(207,88,148); }

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