#C13F8C

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

Shades of Mulberry #C13F8C

Tints of Mulberry #C13F8C

Color information

#C13F8C (or 0xC13F8C) is unknown color: approx Mulberry. HEX triplet: C1, 3F and 8C. RGB value is (193,63,140). Sum of RGB (Red+Green+Blue) = 193+63+140=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F8C is #3EC073. Grayscale: #6E6E6E. Windows color (decimal): -4112500 or 9191361. OLE color: 9191361.

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

Color convert

RGB19363140-
CMYK00.670.270.24
HSL324.46º51.18%50.2%-
HSV(B)324.46º67.36%75.69%-
XYZ28.516.7926.55-
YUV110.65144.57186.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 63 (25% from 255) = 15.91%
BLUE value IS 140 (55.08% from 255) = 35.35%
R=48.74%
G=15.91%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936314000.670.270.24324.4651.1850.2
HexC13F8C0431B181443332
Octal30177214010333305046362
Binary1100000111111110001100010000111101111000101000100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F8C; }

 p { color: rgb(193,63,140); }

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

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

 a { background-color: rgb(193,63,140); }

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

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

 span { border-color: rgb(193,63,140); }

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