#C045A0

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

Shades of Mulberry #C045A0

Tints of Mulberry #C045A0

Color information

#C045A0 (or 0xC045A0) is unknown color: approx Mulberry. HEX triplet: C0, 45 and A0. RGB value is (192,69,160). Sum of RGB (Red+Green+Blue) = 192+69+160=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C045A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045A0 is #3FBA5F. Grayscale: #737373. Windows color (decimal): -4176480 or 10503616. OLE color: 10503616.

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

Color convert

RGB19269160-
CMYK00.640.170.25
HSL315.61º49.4%51.18%-
HSV(B)315.61º64.06%75.29%-
XYZ30.211835.14-
YUV116.15152.75182.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=45.61%
G=16.39%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926916000.640.170.25315.6149.451.18
HexC045A0040111913c3133
Octal300105240010021314746163
Binary11000000100010110100000010000001000111001100111100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045A0; }

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

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

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

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

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

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

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

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