#cf3e94

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

Shades of Mulberry #CF3E94

Tints of Mulberry #CF3E94

Color information

#CF3E94 (or 0xCF3E94) is unknown color: approx Mulberry. HEX triplet: CF, 3E and 94. RGB value is (207,62,148). Sum of RGB (Red+Green+Blue) = 207+62+148=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E94 is #30C16B. Grayscale: #727272. Windows color (decimal): -3195244 or 9715407. OLE color: 9715407.

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

Color convert

RGB20762148-
CMYK00.700.290.19
HSL324.41º60.17%52.75%-
HSV(B)324.41º70.05%81.18%-
XYZ32.818.8529.93-
YUV115.16146.54193.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 62 (24.61% from 255) = 14.87%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=49.64%
G=14.87%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076214800.700.290.19324.4160.1752.75
HexCF3E940461D131443c35
Octal31776224010635235047465
Binary1100111111111010010100010001101110110011101000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3e94; }

 p { color: rgb(207,62,148); }

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

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

 a { background-color: rgb(207,62,148); }

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

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

 span { border-color: rgb(207,62,148); }

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