#C043A0

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

Shades of Mulberry #C043A0

Tints of Mulberry #C043A0

Color information

#C043A0 (or 0xC043A0) is unknown color: approx Mulberry. HEX triplet: C0, 43 and A0. RGB value is (192,67,160). Sum of RGB (Red+Green+Blue) = 192+67+160=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C043A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043A0 is #3FBC5F. Grayscale: #727272. Windows color (decimal): -4176992 or 10503104. OLE color: 10503104.

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

Color convert

RGB19267160-
CMYK00.650.170.25
HSL315.36º49.8%50.78%-
HSV(B)315.36º65.1%75.29%-
XYZ30.0917.7635.1-
YUV114.98153.41182.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 67 (26.56% from 255) = 15.99%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=45.82%
G=15.99%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926716000.650.170.25315.3649.850.78
HexC043A0041111913b3233
Octal300103240010121314736263
Binary11000000100001110100000010000011000111001100111011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C043A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C043A0; }

 p { color: rgb(192,67,160); }

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

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

 a { background-color: rgb(192,67,160); }

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

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

 span { border-color: rgb(192,67,160); }

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