#cf449f

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

Shades of Mulberry #CF449F

Tints of Mulberry #CF449F

Color information

#CF449F (or 0xCF449F) is unknown color: approx Mulberry. HEX triplet: CF, 44 and 9F. RGB value is (207,68,159). Sum of RGB (Red+Green+Blue) = 207+68+159=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF449F is #30BB60. Grayscale: #777777. Windows color (decimal): -3193697 or 10437839. OLE color: 10437839.

HSL color Cylindrical-coordinate representation of color #CF449F: hue angle of 320.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF449F is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB20768159-
CMYK00.670.230.19
HSL320.72º59.15%53.92%-
HSV(B)320.72º67.15%81.18%-
XYZ34.0619.934.85-
YUV119.94150.05190.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 159 (62.5% from 255) = 36.64%
R=47.70%
G=15.67%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076815900.670.230.19320.7259.1553.92
HexCF449F04317131413b36
Octal317104237010327235017366
Binary11001111100010010011111010000111011110011101000001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf449f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf449f; }

 p { color: rgb(207,68,159); }

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

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

 a { background-color: rgb(207,68,159); }

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

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

 span { border-color: rgb(207,68,159); }

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