#CF5893

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

Shades of Mulberry #CF5893

Tints of Mulberry #CF5893

Color information

#CF5893 (or 0xCF5893) is unknown color: approx Mulberry. HEX triplet: CF, 58 and 93. RGB value is (207,88,147). Sum of RGB (Red+Green+Blue) = 207+88+147=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5893 is #30A76C. Grayscale: #828282. Windows color (decimal): -3188589 or 9656527. OLE color: 9656527.

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

Color convert

RGB20788147-
CMYK00.570.290.19
HSL330.25º55.35%57.84%-
HSV(B)330.25º57.49%81.18%-
XYZ34.4922.3530.1-
YUV130.31137.42182.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=46.83%
G=19.91%
B=33.26%

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
Decimal2078814700.570.290.19330.2555.3557.84
HexCF58930391D1314a373a
Octal31713022307135235126772
Binary1100111110110001001001101110011110110011101001010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5893; }

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

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

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

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

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

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

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

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