#c13d82

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

Shades of Medium Red Violet #C13D82

Tints of Medium Red Violet #C13D82

Color information

#C13D82 (or 0xC13D82) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3D and 82. RGB value is (193,61,130). Sum of RGB (Red+Green+Blue) = 193+61+130=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D82 is #3EC27D. Grayscale: #6C6C6C. Windows color (decimal): -4113022 or 8535489. OLE color: 8535489.

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

Color convert

RGB19361130-
CMYK00.680.330.24
HSL328.64º51.97%49.8%-
HSV(B)328.64º68.39%75.69%-
XYZ27.6916.2922.8-
YUV108.33140.23188.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.26%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=50.26%
G=15.89%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936113000.680.330.24328.6451.9749.8
HexC13D8204421181493432
Octal30175202010441305116462
Binary11000001111101100000100100010010000111000101001001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13d82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13d82; }

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

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

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

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

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

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

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

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