#CF50AA

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

Shades of Mulberry #CF50AA

Tints of Mulberry #CF50AA

Color information

#CF50AA (or 0xCF50AA) is unknown color: approx Mulberry. HEX triplet: CF, 50 and AA. RGB value is (207,80,170). Sum of RGB (Red+Green+Blue) = 207+80+170=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF50AA is #30AF55. Grayscale: #7F7F7F. Windows color (decimal): -3190614 or 11161807. OLE color: 11161807.

HSL color Cylindrical-coordinate representation of color #CF50AA: hue angle of 317.48º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF50AA is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB20780170-
CMYK00.610.180.19
HSL317.48º56.95%56.27%-
HSV(B)317.48º61.35%81.18%-
XYZ35.8621.9140.37-
YUV128.23151.58184.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 80 (31.64% from 255) = 17.51%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=45.30%
G=17.51%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078017000.610.180.19317.4856.9556.27
HexCF50AA03D121313d3938
Octal31712025207522234757170
Binary1100111110100001010101001111011001010011100111101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF50AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF50AA; }

 p { color: rgb(207,80,170); }

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

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

 a { background-color: rgb(207,80,170); }

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

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

 span { border-color: rgb(207,80,170); }

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