#CF48A3

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

Shades of Mulberry #CF48A3

Tints of Mulberry #CF48A3

Color information

#CF48A3 (or 0xCF48A3) is unknown color: approx Mulberry. HEX triplet: CF, 48 and A3. RGB value is (207,72,163). Sum of RGB (Red+Green+Blue) = 207+72+163=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48A3 is #30B75C. Grayscale: #7A7A7A. Windows color (decimal): -3192669 or 10701007. OLE color: 10701007.

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

Color convert

RGB20772163-
CMYK00.650.210.19
HSL319.56º58.44%54.71%-
HSV(B)319.56º65.22%81.18%-
XYZ34.6620.5436.79-
YUV122.74150.73188.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 72 (28.52% from 255) = 16.29%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=46.83%
G=16.29%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077216300.650.210.19319.5658.4454.71
HexCF48A304115131403a37
Octal317110243010125235007267
Binary11001111100100010100011010000011010110011101000000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF48A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF48A3; }

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

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

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

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

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

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

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

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