Shades of Medium Red Violet #C93493
Tints of Medium Red Violet #C93493
RGB
CMYK
RGB Variations
Color information
#C93493 (or 0xC93493) is known color: Medium Red Violet. HEX triplet: C9, 34 and 93. RGB value is (201,52,147). Sum of RGB (Red+Green+Blue) = 201+52+147=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C93493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93493 is #36CB6C. Grayscale: #6B6B6B. Windows color (decimal): -3591021 or 9647305. OLE color: 9647305.
HSL color Cylindrical-coordinate representation of color #C93493: hue angle of 321.74º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93493 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 147 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.21 |
| HSL | 321.75º | 0.59% | 0.5% | - |
| HSV(B) | 321.75º | 0.74% | 0.79% | - |
| XYZ | 30.58 | 16.98 | 29.27 | - |
| YUV | 107.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 147 | 0 | 0.74 | 0.27 | 0.21 | 321.75 | 0.59 | 0.5 |
| Hex | C9 | 34 | 93 | 0 | 4A | 1B | 15 | 142 | 3B | 32 |
| Octal | 311 | 64 | 223 | 0 | 112 | 33 | 25 | 502 | 73 | 62 |
| Binary | 11001001 | 110100 | 10010011 | 0 | 1001010 | 11011 | 10101 | 101000010 | 111011 | 110010 |
Color Harmonies of #C93493
Complementary color
Monochromatic Colors of #C93493
Black with #C93493
Text Example
Text Example
White with #C93493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93493; }
p { color: rgb(201,52,147); }
H1.HeaderClassName
{
color: #C93493;
}
.AnyTagClassName
{
color: #C93493;
}
</style>
background-color css
<style>
a { background-color: #C93493; }
a { background-color: rgb(201,52,147); }
div.DivClassName
{
background-color: #C93493;
}
.BgClassName
{
background-color: #C93493;
}
</style>
border-color css
<style>
span { border-color: #C93493; }
span { border-color: rgb(201,52,147); }
td.TdClassName
{
border-color: #C93493;
}
.TagClassName
{
border-color: #C93493;
}
</style>