#CF4A9F

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

Shades of Mulberry #CF4A9F

Tints of Mulberry #CF4A9F

Color information

#CF4A9F (or 0xCF4A9F) is unknown color: approx Mulberry. HEX triplet: CF, 4A and 9F. RGB value is (207,74,159). Sum of RGB (Red+Green+Blue) = 207+74+159=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4A9F is #30B560. Grayscale: #7B7B7B. Windows color (decimal): -3192161 or 10439375. OLE color: 10439375.

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

Color convert

RGB20774159-
CMYK00.640.230.19
HSL321.65º58.08%55.1%-
HSV(B)321.65º64.25%81.18%-
XYZ34.4420.6734.97-
YUV123.46148.06187.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=47.05%
G=16.82%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077415900.640.230.19321.6558.0855.1
HexCF4A9F04017131423a37
Octal317112237010027235027267
Binary11001111100101010011111010000001011110011101000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4A9F; }

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

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

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

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

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

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

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

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