Shades of Medium Red Violet #C13280
Tints of Medium Red Violet #C13280
RGB
CMYK
RGB Variations
Color information
#C13280 (or 0xC13280) is known color: Medium Red Violet. HEX triplet: C1, 32 and 80. RGB value is (193,50,128). Sum of RGB (Red+Green+Blue) = 193+50+128=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C13280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13280 is #3ECD7F. Grayscale: #656565. Windows color (decimal): -4115840 or 8401601. OLE color: 8401601.
HSL color Cylindrical-coordinate representation of color #C13280: hue angle of 327.27º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13280 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 128 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.24 |
| HSL | 327.27º | 0.59% | 0.48% | - |
| HSV(B) | 327.27º | 0.74% | 0.76% | - |
| XYZ | 27.03 | 15.18 | 21.93 | - |
| YUV | 101.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 128 | 0 | 0.74 | 0.34 | 0.24 | 327.27 | 0.59 | 0.48 |
| Hex | C1 | 32 | 80 | 0 | 4A | 22 | 18 | 147 | 3B | 30 |
| Octal | 301 | 62 | 200 | 0 | 112 | 42 | 30 | 507 | 73 | 60 |
| Binary | 11000001 | 110010 | 10000000 | 0 | 1001010 | 100010 | 11000 | 101000111 | 111011 | 110000 |
Color Harmonies of #C13280
Complementary color
Monochromatic Colors of #C13280
Black with #C13280
Text Example
Text Example
White with #C13280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13280; }
p { color: rgb(193,50,128); }
H1.HeaderClassName
{
color: #C13280;
}
.AnyTagClassName
{
color: #C13280;
}
</style>
background-color css
<style>
a { background-color: #C13280; }
a { background-color: rgb(193,50,128); }
div.DivClassName
{
background-color: #C13280;
}
.BgClassName
{
background-color: #C13280;
}
</style>
border-color css
<style>
span { border-color: #C13280; }
span { border-color: rgb(193,50,128); }
td.TdClassName
{
border-color: #C13280;
}
.TagClassName
{
border-color: #C13280;
}
</style>