#CF49A4

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

Shades of Mulberry #CF49A4

Tints of Mulberry #CF49A4

Color information

#CF49A4 (or 0xCF49A4) is unknown color: approx Mulberry. HEX triplet: CF, 49 and A4. RGB value is (207,73,164). Sum of RGB (Red+Green+Blue) = 207+73+164=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF49A4 is #30B65B. Grayscale: #7B7B7B. Windows color (decimal): -3192412 or 10766799. OLE color: 10766799.

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

Color convert

RGB20773164-
CMYK00.650.210.19
HSL319.25º58.26%54.9%-
HSV(B)319.25º64.73%81.18%-
XYZ34.8220.7137.28-
YUV123.44150.89187.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=46.62%
G=16.44%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077316400.650.210.19319.2558.2654.9
HexCF49A4041151313f3a37
Octal317111244010125234777267
Binary11001111100100110100100010000011010110011100111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF49A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF49A4; }

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

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

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

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

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

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

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

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