Shades of Medium Red Violet #C93383
Tints of Medium Red Violet #C93383
RGB
CMYK
RGB Variations
Color information
#C93383 (or 0xC93383) is known color: Medium Red Violet. HEX triplet: C9, 33 and 83. RGB value is (201,51,131). Sum of RGB (Red+Green+Blue) = 201+51+131=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C93383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93383 is #36CC7C. Grayscale: #686868. Windows color (decimal): -3591293 or 8598473. OLE color: 8598473.
HSL color Cylindrical-coordinate representation of color #C93383: hue angle of 328º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93383 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 131 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.21 |
| HSL | 328º | 0.6% | 0.49% | - |
| HSV(B) | 328º | 0.75% | 0.79% | - |
| XYZ | 29.37 | 16.42 | 23.09 | - |
| YUV | 104.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 131 | 0 | 0.75 | 0.35 | 0.21 | 328 | 0.6 | 0.49 |
| Hex | C9 | 33 | 83 | 0 | 4B | 23 | 15 | 148 | 3C | 31 |
| Octal | 311 | 63 | 203 | 0 | 113 | 43 | 25 | 510 | 74 | 61 |
| Binary | 11001001 | 110011 | 10000011 | 0 | 1001011 | 100011 | 10101 | 101001000 | 111100 | 110001 |
Color Harmonies of #C93383
Complementary color
Monochromatic Colors of #C93383
Black with #C93383
Text Example
Text Example
White with #C93383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93383; }
p { color: rgb(201,51,131); }
H1.HeaderClassName
{
color: #C93383;
}
.AnyTagClassName
{
color: #C93383;
}
</style>
background-color css
<style>
a { background-color: #C93383; }
a { background-color: rgb(201,51,131); }
div.DivClassName
{
background-color: #C93383;
}
.BgClassName
{
background-color: #C93383;
}
</style>
border-color css
<style>
span { border-color: #C93383; }
span { border-color: rgb(201,51,131); }
td.TdClassName
{
border-color: #C93383;
}
.TagClassName
{
border-color: #C93383;
}
</style>