#C1478F

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

Shades of Mulberry #C1478F

Tints of Mulberry #C1478F

Color information

#C1478F (or 0xC1478F) is unknown color: approx Mulberry. HEX triplet: C1, 47 and 8F. RGB value is (193,71,143). Sum of RGB (Red+Green+Blue) = 193+71+143=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1478F is #3EB870. Grayscale: #737373. Windows color (decimal): -4110449 or 9390017. OLE color: 9390017.

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

Color convert

RGB19371143-
CMYK00.630.260.24
HSL324.59º49.59%51.76%-
HSV(B)324.59º63.21%75.69%-
XYZ29.217.8327.89-
YUV115.69143.42183.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 71 (28.12% from 255) = 17.44%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=47.42%
G=17.44%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937114300.630.260.24324.5949.5951.76
HexC1478F03F1A181453234
Octal30110721707732305056264
Binary1100000110001111000111101111111101011000101000101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1478F; }

 p { color: rgb(193,71,143); }

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

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

 a { background-color: rgb(193,71,143); }

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

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

 span { border-color: rgb(193,71,143); }

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