#C144A0

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

Shades of Mulberry #C144A0

Tints of Mulberry #C144A0

Color information

#C144A0 (or 0xC144A0) is unknown color: approx Mulberry. HEX triplet: C1, 44 and A0. RGB value is (193,68,160). Sum of RGB (Red+Green+Blue) = 193+68+160=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C144A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144A0 is #3EBB5F. Grayscale: #737373. Windows color (decimal): -4111200 or 10503361. OLE color: 10503361.

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

Color convert

RGB19368160-
CMYK00.650.170.24
HSL315.84º50.2%51.18%-
HSV(B)315.84º64.77%75.69%-
XYZ30.418.0135.13-
YUV115.86152.91183.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=45.84%
G=16.15%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936816000.650.170.24315.8450.251.18
HexC144A0041111813c3233
Octal301104240010121304746263
Binary11000001100010010100000010000011000111000100111100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C144A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C144A0; }

 p { color: rgb(193,68,160); }

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

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

 a { background-color: rgb(193,68,160); }

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

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

 span { border-color: rgb(193,68,160); }

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