#CF518A

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

Shades of Mulberry #CF518A

Tints of Mulberry #CF518A

Color information

#CF518A (or 0xCF518A) is unknown color: approx Mulberry. HEX triplet: CF, 51 and 8A. RGB value is (207,81,138). Sum of RGB (Red+Green+Blue) = 207+81+138=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF518A is #30AE75. Grayscale: #7D7D7D. Windows color (decimal): -3190390 or 9064911. OLE color: 9064911.

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

Color convert

RGB20781138-
CMYK00.610.330.19
HSL332.86º56.76%56.47%-
HSV(B)332.86º60.87%81.18%-
XYZ33.2620.9926.34-
YUV125.17135.24186.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.59%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=48.59%
G=19.01%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078113800.610.330.19332.8656.7656.47
HexCF518A03D211314d3938
Octal31712121207541235157170
Binary11001111101000110001010011110110000110011101001101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF518A; }

 p { color: rgb(207,81,138); }

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

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

 a { background-color: rgb(207,81,138); }

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

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

 span { border-color: rgb(207,81,138); }

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