#C13E7F

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

Shades of Medium Red Violet #C13E7F

Tints of Medium Red Violet #C13E7F

Color information

#C13E7F (or 0xC13E7F) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3E and 7F. RGB value is (193,62,127). Sum of RGB (Red+Green+Blue) = 193+62+127=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E7F is #3EC180. Grayscale: #6C6C6C. Windows color (decimal): -4112769 or 8339137. OLE color: 8339137.

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

Color convert

RGB19362127-
CMYK00.680.340.24
HSL330.23º51.37%50%-
HSV(B)330.23º67.88%75.69%-
XYZ27.5516.3221.78-
YUV108.58138.4188.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 127 (50% from 255) = 33.25%
R=50.52%
G=16.23%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936212700.680.340.24330.2351.3750
HexC13E7F044221814a3332
Octal30176177010442305126362
Binary1100000111111011111110100010010001011000101001010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E7F; }

 p { color: rgb(193,62,127); }

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

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

 a { background-color: rgb(193,62,127); }

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

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

 span { border-color: rgb(193,62,127); }

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