#c13d7d

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

Shades of Medium Red Violet #C13D7D

Tints of Medium Red Violet #C13D7D

Color information

#C13D7D (or 0xC13D7D) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3D and 7D. RGB value is (193,61,125). Sum of RGB (Red+Green+Blue) = 193+61+125=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D7D is #3EC282. Grayscale: #6B6B6B. Windows color (decimal): -4113027 or 8207809. OLE color: 8207809.

HSL color Cylindrical-coordinate representation of color #C13D7D: hue angle of 330.91º degrees, saturation: 0.52, 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 #C13D7D is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19361125-
CMYK00.680.350.24
HSL330.91º51.97%49.8%-
HSV(B)330.91º68.39%75.69%-
XYZ27.3616.1621.08-
YUV107.76137.73188.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 61 (24.22% from 255) = 16.09%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=50.92%
G=16.09%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936112500.680.350.24330.9151.9749.8
HexC13D7D044231814b3432
Octal30175175010443305136462
Binary1100000111110111111010100010010001111000101001011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13d7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13d7d; }

 p { color: rgb(193,61,125); }

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

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

 a { background-color: rgb(193,61,125); }

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

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

 span { border-color: rgb(193,61,125); }

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