#C14B98

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

Shades of Mulberry #C14B98

Tints of Mulberry #C14B98

Color information

#C14B98 (or 0xC14B98) is unknown color: approx Mulberry. HEX triplet: C1, 4B and 98. RGB value is (193,75,152). Sum of RGB (Red+Green+Blue) = 193+75+152=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B98 is #3EB467. Grayscale: #767676. Windows color (decimal): -4109416 or 9980865. OLE color: 9980865.

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

Color convert

RGB19375152-
CMYK00.610.210.24
HSL320.85º48.76%52.55%-
HSV(B)320.85º61.14%75.69%-
XYZ30.1818.6431.71-
YUV119.06146.59180.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=45.95%
G=17.86%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937515200.610.210.24320.8548.7652.55
HexC14B9803D15181413135
Octal30111323007525305016165
Binary1100000110010111001100001111011010111000101000001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B98; }

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

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

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

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

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

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

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

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