#C0448F

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

Shades of Mulberry #C0448F

Tints of Mulberry #C0448F

Color information

#C0448F (or 0xC0448F) is unknown color: approx Mulberry. HEX triplet: C0, 44 and 8F. RGB value is (192,68,143). Sum of RGB (Red+Green+Blue) = 192+68+143=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0448F is #3FBB70. Grayscale: #717171. Windows color (decimal): -4176753 or 9389248. OLE color: 9389248.

HSL color Cylindrical-coordinate representation of color #C0448F: hue angle of 323.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0448F is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19268143-
CMYK00.650.260.25
HSL323.71º49.6%50.98%-
HSV(B)323.71º64.58%75.29%-
XYZ28.7617.3227.81-
YUV113.63144.58183.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=47.64%
G=16.87%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926814300.650.260.25323.7149.650.98
HexC0448F0411A191443233
Octal300104217010132315046263
Binary11000000100010010001111010000011101011001101000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0448F; }

 p { color: rgb(192,68,143); }

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

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

 a { background-color: rgb(192,68,143); }

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

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

 span { border-color: rgb(192,68,143); }

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