#CF46A1

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

Shades of Mulberry #CF46A1

Tints of Mulberry #CF46A1

Color information

#CF46A1 (or 0xCF46A1) is unknown color: approx Mulberry. HEX triplet: CF, 46 and A1. RGB value is (207,70,161). Sum of RGB (Red+Green+Blue) = 207+70+161=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF46A1 is #30B95E. Grayscale: #797979. Windows color (decimal): -3193183 or 10569423. OLE color: 10569423.

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

Color convert

RGB20770161-
CMYK00.660.220.19
HSL320.15º58.8%54.31%-
HSV(B)320.15º66.18%81.18%-
XYZ34.3620.2235.81-
YUV121.34150.39189.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=47.26%
G=15.98%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077016100.660.220.19320.1558.854.31
HexCF46A104216131403b36
Octal317106241010226235007366
Binary11001111100011010100001010000101011010011101000000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF46A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF46A1; }

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

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

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

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

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

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

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

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