#CF498D

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

Shades of Mulberry #CF498D

Tints of Mulberry #CF498D

Color information

#CF498D (or 0xCF498D) is unknown color: approx Mulberry. HEX triplet: CF, 49 and 8D. RGB value is (207,73,141). Sum of RGB (Red+Green+Blue) = 207+73+141=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF498D is #30B672. Grayscale: #787878. Windows color (decimal): -3192435 or 9259471. OLE color: 9259471.

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

Color convert

RGB20773141-
CMYK00.650.320.19
HSL329.55º58.26%54.9%-
HSV(B)329.55º64.73%81.18%-
XYZ32.9219.9527.32-
YUV120.82139.39189.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=49.17%
G=17.34%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077314100.650.320.19329.5558.2654.9
HexCF498D041201314a3a37
Octal317111215010140235127267
Binary110011111001001100011010100000110000010011101001010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF498D; }

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

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

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

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

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

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

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

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