#CF52A8

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

Shades of Mulberry #CF52A8

Tints of Mulberry #CF52A8

Color information

#CF52A8 (or 0xCF52A8) is unknown color: approx Mulberry. HEX triplet: CF, 52 and A8. RGB value is (207,82,168). Sum of RGB (Red+Green+Blue) = 207+82+168=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52A8 is #30AD57. Grayscale: #808080. Windows color (decimal): -3190104 or 11031247. OLE color: 11031247.

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

Color convert

RGB20782168-
CMYK00.600.190.19
HSL318.72º56.56%56.67%-
HSV(B)318.72º60.39%81.18%-
XYZ35.8222.1339.43-
YUV129.18149.91183.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=45.30%
G=17.94%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078216800.600.190.19318.7256.5656.67
HexCF52A803C131313f3939
Octal31712225007423234777171
Binary1100111110100101010100001111001001110011100111111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF52A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF52A8; }

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

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

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

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

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

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

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

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