#CF5294

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

Shades of Mulberry #CF5294

Tints of Mulberry #CF5294

Color information

#CF5294 (or 0xCF5294) is unknown color: approx Mulberry. HEX triplet: CF, 52 and 94. RGB value is (207,82,148). Sum of RGB (Red+Green+Blue) = 207+82+148=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5294 is #30AD6B. Grayscale: #7E7E7E. Windows color (decimal): -3190124 or 9720527. OLE color: 9720527.

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

Color convert

RGB20782148-
CMYK00.600.290.19
HSL328.32º56.56%56.67%-
HSV(B)328.32º60.39%81.18%-
XYZ34.0921.4430.36-
YUV126.9139.91185.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=47.37%
G=18.76%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078214800.600.290.19328.3256.5656.67
HexCF529403C1D131483939
Octal31712222407435235107171
Binary1100111110100101001010001111001110110011101001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5294; }

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

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

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

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

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

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

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

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