#CF5AA1

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

Shades of Mulberry #CF5AA1

Tints of Mulberry #CF5AA1

Color information

#CF5AA1 (or 0xCF5AA1) is unknown color: approx Mulberry. HEX triplet: CF, 5A and A1. RGB value is (207,90,161). Sum of RGB (Red+Green+Blue) = 207+90+161=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AA1 is #30A55E. Grayscale: #848484. Windows color (decimal): -3188063 or 10574543. OLE color: 10574543.

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

Color convert

RGB20790161-
CMYK00.570.220.19
HSL323.59º54.93%58.24%-
HSV(B)323.59º56.52%81.18%-
XYZ35.8223.1536.3-
YUV133.08143.76180.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=45.20%
G=19.65%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079016100.570.220.19323.5954.9358.24
HexCF5AA10391613144373a
Octal31713224107126235046772
Binary1100111110110101010000101110011011010011101000100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5AA1; }

 p { color: rgb(207,90,161); }

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

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

 a { background-color: rgb(207,90,161); }

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

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

 span { border-color: rgb(207,90,161); }

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