Shades of Medium Red Violet #C13284
Tints of Medium Red Violet #C13284
RGB
CMYK
RGB Variations
Color information
#C13284 (or 0xC13284) is known color: Medium Red Violet. HEX triplet: C1, 32 and 84. RGB value is (193,50,132). Sum of RGB (Red+Green+Blue) = 193+50+132=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C13284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13284 is #3ECD7B. Grayscale: #656565. Windows color (decimal): -4115836 or 8663745. OLE color: 8663745.
HSL color Cylindrical-coordinate representation of color #C13284: hue angle of 325.59º 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 #C13284 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 132 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.24 |
| HSL | 325.59º | 0.59% | 0.48% | - |
| HSV(B) | 325.59º | 0.74% | 0.76% | - |
| XYZ | 27.3 | 15.28 | 23.34 | - |
| YUV | 102.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 132 | 0 | 0.74 | 0.32 | 0.24 | 325.59 | 0.59 | 0.48 |
| Hex | C1 | 32 | 84 | 0 | 4A | 20 | 18 | 146 | 3B | 30 |
| Octal | 301 | 62 | 204 | 0 | 112 | 40 | 30 | 506 | 73 | 60 |
| Binary | 11000001 | 110010 | 10000100 | 0 | 1001010 | 100000 | 11000 | 101000110 | 111011 | 110000 |
Color Harmonies of #C13284
Complementary color
Monochromatic Colors of #C13284
Black with #C13284
Text Example
Text Example
White with #C13284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13284; }
p { color: rgb(193,50,132); }
H1.HeaderClassName
{
color: #C13284;
}
.AnyTagClassName
{
color: #C13284;
}
</style>
background-color css
<style>
a { background-color: #C13284; }
a { background-color: rgb(193,50,132); }
div.DivClassName
{
background-color: #C13284;
}
.BgClassName
{
background-color: #C13284;
}
</style>
border-color css
<style>
span { border-color: #C13284; }
span { border-color: rgb(193,50,132); }
td.TdClassName
{
border-color: #C13284;
}
.TagClassName
{
border-color: #C13284;
}
</style>