Shades of Medium Violet Red #C9207B
Tints of Medium Violet Red #C9207B
RGB
CMYK
RGB Variations
Color information
#C9207B (or 0xC9207B) is known color: Medium Violet Red. HEX triplet: C9, 20 and 7B. RGB value is (201,32,123). Sum of RGB (Red+Green+Blue) = 201+32+123=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C9207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9207B is #36DF84. Grayscale: #5C5C5C. Windows color (decimal): -3596165 or 8069321. OLE color: 8069321.
HSL color Cylindrical-coordinate representation of color #C9207B: hue angle of 327.69º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9207B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 123 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.21 |
| HSL | 327.69º | 0.73% | 0.46% | - |
| HSV(B) | 327.69º | 0.84% | 0.79% | - |
| XYZ | 28.18 | 14.88 | 20.13 | - |
| YUV | 92.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 123 | 0 | 0.84 | 0.39 | 0.21 | 327.69 | 0.73 | 0.46 |
| Hex | C9 | 20 | 7B | 0 | 54 | 27 | 15 | 148 | 49 | 2E |
| Octal | 311 | 40 | 173 | 0 | 124 | 47 | 25 | 510 | 111 | 56 |
| Binary | 11001001 | 100000 | 1111011 | 0 | 1010100 | 100111 | 10101 | 101001000 | 1001001 | 101110 |
Color Harmonies of #C9207B
Complementary color
Monochromatic Colors of #C9207B
Black with #C9207B
Text Example
Text Example
White with #C9207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9207B; }
p { color: rgb(201,32,123); }
H1.HeaderClassName
{
color: #C9207B;
}
.AnyTagClassName
{
color: #C9207B;
}
</style>
background-color css
<style>
a { background-color: #C9207B; }
a { background-color: rgb(201,32,123); }
div.DivClassName
{
background-color: #C9207B;
}
.BgClassName
{
background-color: #C9207B;
}
</style>
border-color css
<style>
span { border-color: #C9207B; }
span { border-color: rgb(201,32,123); }
td.TdClassName
{
border-color: #C9207B;
}
.TagClassName
{
border-color: #C9207B;
}
</style>