#C14BA1

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

Shades of Mulberry #C14BA1

Tints of Mulberry #C14BA1

Color information

#C14BA1 (or 0xC14BA1) is unknown color: approx Mulberry. HEX triplet: C1, 4B and A1. RGB value is (193,75,161). Sum of RGB (Red+Green+Blue) = 193+75+161=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BA1 is #3EB45E. Grayscale: #777777. Windows color (decimal): -4109407 or 10570689. OLE color: 10570689.

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

Color convert

RGB19375161-
CMYK00.610.170.24
HSL316.27º48.76%52.55%-
HSV(B)316.27º61.14%75.69%-
XYZ30.9418.9435.74-
YUV120.09151.09180.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=44.99%
G=17.48%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937516100.610.170.24316.2748.7652.55
HexC14BA103D111813c3135
Octal30111324107521304746165
Binary1100000110010111010000101111011000111000100111100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14BA1; }

 p { color: rgb(193,75,161); }

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

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

 a { background-color: rgb(193,75,161); }

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

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

 span { border-color: rgb(193,75,161); }

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