#C0448E

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

Shades of Mulberry #C0448E

Tints of Mulberry #C0448E

Color information

#C0448E (or 0xC0448E) is unknown color: approx Mulberry. HEX triplet: C0, 44 and 8E. RGB value is (192,68,142). Sum of RGB (Red+Green+Blue) = 192+68+142=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0448E is #3FBB71. Grayscale: #717171. Windows color (decimal): -4176754 or 9323712. OLE color: 9323712.

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

Color convert

RGB19268142-
CMYK00.650.260.25
HSL324.19º49.6%50.98%-
HSV(B)324.19º64.58%75.29%-
XYZ28.6917.2927.42-
YUV113.51144.08183.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=47.76%
G=16.92%
B=35.32%

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
Decimal1926814200.650.260.25324.1949.650.98
HexC0448E0411A191443233
Octal300104216010132315046263
Binary11000000100010010001110010000011101011001101000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0448E; }

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

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

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

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

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

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

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

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