#C14BA2

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

Shades of Mulberry #C14BA2

Tints of Mulberry #C14BA2

Color information

#C14BA2 (or 0xC14BA2) is unknown color: approx Mulberry. HEX triplet: C1, 4B and A2. RGB value is (193,75,162). Sum of RGB (Red+Green+Blue) = 193+75+162=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BA2 is #3EB45D. Grayscale: #777777. Windows color (decimal): -4109406 or 10636225. OLE color: 10636225.

HSL color Cylindrical-coordinate representation of color #C14BA2: hue angle of 315.76º 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 #C14BA2 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19375162-
CMYK00.610.160.24
HSL315.76º48.76%52.55%-
HSV(B)315.76º61.14%75.69%-
XYZ31.0318.9836.21-
YUV120.2151.59179.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 162 (63.67% from 255) = 37.67%
R=44.88%
G=17.44%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937516200.610.160.24315.7648.7652.55
HexC14BA203D101813c3135
Octal30111324207520304746165
Binary1100000110010111010001001111011000011000100111100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14BA2; }

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

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

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

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

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

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

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

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