#CF4993

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

Shades of Mulberry #CF4993

Tints of Mulberry #CF4993

Color information

#CF4993 (or 0xCF4993) is unknown color: approx Mulberry. HEX triplet: CF, 49 and 93. RGB value is (207,73,147). Sum of RGB (Red+Green+Blue) = 207+73+147=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4993 is #30B66C. Grayscale: #797979. Windows color (decimal): -3192429 or 9652687. OLE color: 9652687.

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

Color convert

RGB20773147-
CMYK00.650.290.19
HSL326.87º58.26%54.9%-
HSV(B)326.87º64.73%81.18%-
XYZ33.3820.1429.73-
YUV121.5142.39188.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=48.48%
G=17.10%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077314700.650.290.19326.8758.2654.9
HexCF49930411D131473a37
Octal317111223010135235077267
Binary11001111100100110010011010000011110110011101000111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4993; }

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

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

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

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

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

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

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

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