#CF58A5

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

Shades of Mulberry #CF58A5

Tints of Mulberry #CF58A5

Color information

#CF58A5 (or 0xCF58A5) is unknown color: approx Mulberry. HEX triplet: CF, 58 and A5. RGB value is (207,88,165). Sum of RGB (Red+Green+Blue) = 207+88+165=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58A5 is #30A75A. Grayscale: #848484. Windows color (decimal): -3188571 or 10836175. OLE color: 10836175.

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

Color convert

RGB20788165-
CMYK00.570.200.19
HSL321.18º55.35%57.84%-
HSV(B)321.18º57.49%81.18%-
XYZ36.0122.9638.13-
YUV132.36146.42181.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 88 (34.77% from 255) = 19.13%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=45%
G=19.13%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078816500.570.200.19321.1855.3557.84
HexCF58A50391413141373a
Octal31713024507124235016772
Binary1100111110110001010010101110011010010011101000001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF58A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF58A5; }

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

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

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

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

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

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

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

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