#CF48A7

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

Shades of Mulberry #CF48A7

Tints of Mulberry #CF48A7

Color information

#CF48A7 (or 0xCF48A7) is unknown color: approx Mulberry. HEX triplet: CF, 48 and A7. RGB value is (207,72,167). Sum of RGB (Red+Green+Blue) = 207+72+167=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48A7 is #30B758. Grayscale: #7A7A7A. Windows color (decimal): -3192665 or 10963151. OLE color: 10963151.

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

Color convert

RGB20772167-
CMYK00.650.190.19
HSL317.78º58.44%54.71%-
HSV(B)317.78º65.22%81.18%-
XYZ35.0220.6938.71-
YUV123.2152.73187.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 72 (28.52% from 255) = 16.14%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=46.41%
G=16.14%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077216700.650.190.19317.7858.4454.71
HexCF48A7041131313e3a37
Octal317110247010123234767267
Binary11001111100100010100111010000011001110011100111110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF48A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF48A7; }

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

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

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

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

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

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

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

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