Shades of Medium Violet Red #CF0978
Tints of Medium Violet Red #CF0978
RGB
CMYK
RGB Variations
Color information
#CF0978 (or 0xCF0978) is known color: Medium Violet Red. HEX triplet: CF, 09 and 78. RGB value is (207,9,120). Sum of RGB (Red+Green+Blue) = 207+9+120=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0978 is #30F687. Grayscale: #505050. Windows color (decimal): -3208840 or 7866831. OLE color: 7866831.
HSL color Cylindrical-coordinate representation of color #CF0978: hue angle of 326.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0978 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.19 |
| HSL | 326.36º | 0.92% | 0.42% | - |
| HSV(B) | 326.36º | 0.96% | 0.81% | - |
| XYZ | 29.22 | 14.82 | 19.09 | - |
| YUV | 80.86 | 150.1 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 120 | 0 | 0.96 | 0.42 | 0.19 | 326.36 | 0.92 | 0.42 |
| Hex | CF | 9 | 78 | 0 | 60 | 2A | 13 | 146 | 5C | 2A |
| Octal | 317 | 11 | 170 | 0 | 140 | 52 | 23 | 506 | 134 | 52 |
| Binary | 11001111 | 1001 | 1111000 | 0 | 1100000 | 101010 | 10011 | 101000110 | 1011100 | 101010 |
Color Harmonies of #CF0978
Complementary color
Monochromatic Colors of #CF0978
Black with #CF0978
Text Example
Text Example
White with #CF0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0978; }
p { color: rgb(207,9,120); }
H1.HeaderClassName
{
color: #CF0978;
}
.AnyTagClassName
{
color: #CF0978;
}
</style>
background-color css
<style>
a { background-color: #CF0978; }
a { background-color: rgb(207,9,120); }
div.DivClassName
{
background-color: #CF0978;
}
.BgClassName
{
background-color: #CF0978;
}
</style>
border-color css
<style>
span { border-color: #CF0978; }
span { border-color: rgb(207,9,120); }
td.TdClassName
{
border-color: #CF0978;
}
.TagClassName
{
border-color: #CF0978;
}
</style>