#C13B8E

Color #C13B8E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C13B8E

Tints of Medium Red Violet #C13B8E

Color information

#C13B8E (or 0xC13B8E) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3B and 8E. RGB value is (193,59,142). Sum of RGB (Red+Green+Blue) = 193+59+142=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13B8E is #3EC471. Grayscale: #6C6C6C. Windows color (decimal): -4113522 or 9321409. OLE color: 9321409.

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

Color convert

RGB19359142-
CMYK00.690.260.24
HSL322.84º53.17%49.41%-
HSV(B)322.84º69.43%75.69%-
XYZ28.4416.4227.26-
YUV108.53146.89188.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 59 (23.44% from 255) = 14.97%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=48.98%
G=14.97%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935914200.690.260.24322.8453.1749.41
HexC13B8E0451A181433531
Octal30173216010532305036561
Binary1100000111101110001110010001011101011000101000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B8E; }

 p { color: rgb(193,59,142); }

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

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

 a { background-color: rgb(193,59,142); }

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

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

 span { border-color: rgb(193,59,142); }

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