#CF52A5

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

Shades of Mulberry #CF52A5

Tints of Mulberry #CF52A5

Color information

#CF52A5 (or 0xCF52A5) is unknown color: approx Mulberry. HEX triplet: CF, 52 and A5. RGB value is (207,82,165). Sum of RGB (Red+Green+Blue) = 207+82+165=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52A5 is #30AD5A. Grayscale: #808080. Windows color (decimal): -3190107 or 10834639. OLE color: 10834639.

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

Color convert

RGB20782165-
CMYK00.600.200.19
HSL320.16º56.56%56.67%-
HSV(B)320.16º60.39%81.18%-
XYZ35.5422.0237.97-
YUV128.84148.41183.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=45.59%
G=18.06%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078216500.600.200.19320.1656.5656.67
HexCF52A503C14131403939
Octal31712224507424235007171
Binary1100111110100101010010101111001010010011101000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF52A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF52A5; }

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

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

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

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

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

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

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

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