#CF48A4

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

Shades of Mulberry #CF48A4

Tints of Mulberry #CF48A4

Color information

#CF48A4 (or 0xCF48A4) is unknown color: approx Mulberry. HEX triplet: CF, 48 and A4. RGB value is (207,72,164). Sum of RGB (Red+Green+Blue) = 207+72+164=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48A4 is #30B75B. Grayscale: #7A7A7A. Windows color (decimal): -3192668 or 10766543. OLE color: 10766543.

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

Color convert

RGB20772164-
CMYK00.650.210.19
HSL319.11º58.44%54.71%-
HSV(B)319.11º65.22%81.18%-
XYZ34.7520.5837.26-
YUV122.85151.23188.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 72 (28.52% from 255) = 16.25%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=46.73%
G=16.25%
B=37.02%

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
Decimal2077216400.650.210.19319.1158.4454.71
HexCF48A4041151313f3a37
Octal317110244010125234777267
Binary11001111100100010100100010000011010110011100111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF48A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF48A4; }

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

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

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

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

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

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

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

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