#C14F98

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

Shades of Mulberry #C14F98

Tints of Mulberry #C14F98

Color information

#C14F98 (or 0xC14F98) is unknown color: approx Mulberry. HEX triplet: C1, 4F and 98. RGB value is (193,79,152). Sum of RGB (Red+Green+Blue) = 193+79+152=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F98 is #3EB067. Grayscale: #797979. Windows color (decimal): -4108392 or 9981889. OLE color: 9981889.

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

Color convert

RGB19379152-
CMYK00.590.210.24
HSL321.58º47.9%53.33%-
HSV(B)321.58º59.07%75.69%-
XYZ30.4619.231.81-
YUV121.41145.27179.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 79 (31.25% from 255) = 18.63%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=45.52%
G=18.63%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937915200.590.210.24321.5847.953.33
HexC14F9803B15181423035
Octal30111723007325305026065
Binary1100000110011111001100001110111010111000101000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F98; }

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

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

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

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

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

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

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

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