Shades of Medium Violet Red #C8097B
Tints of Medium Violet Red #C8097B
RGB
CMYK
RGB Variations
Color information
#C8097B (or 0xC8097B) is known color: Medium Violet Red. HEX triplet: C8, 09 and 7B. RGB value is (200,9,123). Sum of RGB (Red+Green+Blue) = 200+9+123=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8097B is #37F684. Grayscale: #4E4E4E. Windows color (decimal): -3667589 or 8063432. OLE color: 8063432.
HSL color Cylindrical-coordinate representation of color #C8097B: hue angle of 324.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8097B is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.22 |
| HSL | 324.19º | 0.91% | 0.41% | - |
| HSV(B) | 324.19º | 0.96% | 0.78% | - |
| XYZ | 27.49 | 13.9 | 19.97 | - |
| YUV | 79.11 | 152.78 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 123 | 0 | 0.96 | 0.38 | 0.22 | 324.19 | 0.91 | 0.41 |
| Hex | C8 | 9 | 7B | 0 | 60 | 26 | 16 | 144 | 5B | 29 |
| Octal | 310 | 11 | 173 | 0 | 140 | 46 | 26 | 504 | 133 | 51 |
| Binary | 11001000 | 1001 | 1111011 | 0 | 1100000 | 100110 | 10110 | 101000100 | 1011011 | 101001 |
Color Harmonies of #C8097B
Complementary color
Monochromatic Colors of #C8097B
Black with #C8097B
Text Example
Text Example
White with #C8097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8097B; }
p { color: rgb(200,9,123); }
H1.HeaderClassName
{
color: #C8097B;
}
.AnyTagClassName
{
color: #C8097B;
}
</style>
background-color css
<style>
a { background-color: #C8097B; }
a { background-color: rgb(200,9,123); }
div.DivClassName
{
background-color: #C8097B;
}
.BgClassName
{
background-color: #C8097B;
}
</style>
border-color css
<style>
span { border-color: #C8097B; }
span { border-color: rgb(200,9,123); }
td.TdClassName
{
border-color: #C8097B;
}
.TagClassName
{
border-color: #C8097B;
}
</style>