#CF528E

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

Shades of Mulberry #CF528E

Tints of Mulberry #CF528E

Color information

#CF528E (or 0xCF528E) is unknown color: approx Mulberry. HEX triplet: CF, 52 and 8E. RGB value is (207,82,142). Sum of RGB (Red+Green+Blue) = 207+82+142=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF528E is #30AD71. Grayscale: #7E7E7E. Windows color (decimal): -3190130 or 9327311. OLE color: 9327311.

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

Color convert

RGB20782142-
CMYK00.600.310.19
HSL331.2º56.56%56.67%-
HSV(B)331.2º60.39%81.18%-
XYZ33.6321.2527.92-
YUV126.22136.91185.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=48.03%
G=19.03%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078214200.600.310.19331.256.5656.67
HexCF528E03C1F1314b3939
Octal31712221607437235137171
Binary1100111110100101000111001111001111110011101001011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF528E; }

 p { color: rgb(207,82,142); }

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

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

 a { background-color: rgb(207,82,142); }

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

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

 span { border-color: rgb(207,82,142); }

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