#CF54A7

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

Shades of Mulberry #CF54A7

Tints of Mulberry #CF54A7

Color information

#CF54A7 (or 0xCF54A7) is unknown color: approx Mulberry. HEX triplet: CF, 54 and A7. RGB value is (207,84,167). Sum of RGB (Red+Green+Blue) = 207+84+167=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF54A7 is #30AB58. Grayscale: #828282. Windows color (decimal): -3189593 or 10966223. OLE color: 10966223.

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

Color convert

RGB20784167-
CMYK00.590.190.19
HSL319.51º56.16%57.06%-
HSV(B)319.51º59.42%81.18%-
XYZ35.8822.438.99-
YUV130.24148.75182.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 84 (33.20% from 255) = 18.34%
BLUE value IS 167 (65.62% from 255) = 36.46%
R=45.20%
G=18.34%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078416700.590.190.19319.5156.1657.06
HexCF54A703B13131403839
Octal31712424707323235007071
Binary1100111110101001010011101110111001110011101000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF54A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF54A7; }

 p { color: rgb(207,84,167); }

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

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

 a { background-color: rgb(207,84,167); }

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

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

 span { border-color: rgb(207,84,167); }

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