#CF4990

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

Shades of Mulberry #CF4990

Tints of Mulberry #CF4990

Color information

#CF4990 (or 0xCF4990) is unknown color: approx Mulberry. HEX triplet: CF, 49 and 90. RGB value is (207,73,144). Sum of RGB (Red+Green+Blue) = 207+73+144=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4990 is #30B66F. Grayscale: #797979. Windows color (decimal): -3192432 or 9456079. OLE color: 9456079.

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

Color convert

RGB20773144-
CMYK00.650.300.19
HSL328.21º58.26%54.9%-
HSV(B)328.21º64.73%81.18%-
XYZ33.1520.0428.51-
YUV121.16140.89189.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.82%
GREEN value IS 73 (28.91% from 255) = 17.22%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=48.82%
G=17.22%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077314400.650.300.19328.2158.2654.9
HexCF49900411E131483a37
Octal317111220010136235107267
Binary11001111100100110010000010000011111010011101001000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4990; }

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

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

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

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

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

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

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

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