#CF3F99

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

Shades of Mulberry #CF3F99

Tints of Mulberry #CF3F99

Color information

#CF3F99 (or 0xCF3F99) is unknown color: approx Mulberry. HEX triplet: CF, 3F and 99. RGB value is (207,63,153). Sum of RGB (Red+Green+Blue) = 207+63+153=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3F99 is #30C066. Grayscale: #747474. Windows color (decimal): -3194983 or 10043343. OLE color: 10043343.

HSL color Cylindrical-coordinate representation of color #CF3F99: hue angle of 322.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3F99 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB20763153-
CMYK00.700.260.19
HSL322.5º60%52.94%-
HSV(B)322.5º69.57%81.18%-
XYZ33.2619.1232.07-
YUV116.32148.71192.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 63 (25% from 255) = 14.89%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=48.94%
G=14.89%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076315300.700.260.19322.56052.94
HexCF3F990461A131423c35
Octal31777231010632235027465
Binary1100111111111110011001010001101101010011101000010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3F99; }

 p { color: rgb(207,63,153); }

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

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

 a { background-color: rgb(207,63,153); }

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

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

 span { border-color: rgb(207,63,153); }

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