Shades of Medium Violet Red #CF0578
Tints of Medium Violet Red #CF0578
RGB
CMYK
RGB Variations
Color information
#CF0578 (or 0xCF0578) is known color: Medium Violet Red. HEX triplet: CF, 05 and 78. RGB value is (207,5,120). Sum of RGB (Red+Green+Blue) = 207+5+120=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0578 is #30FA87. Grayscale: #4E4E4E. Windows color (decimal): -3209864 or 7865807. OLE color: 7865807.
HSL color Cylindrical-coordinate representation of color #CF0578: hue angle of 325.84º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0578 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 120 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.19 |
| HSL | 325.84º | 0.95% | 0.42% | - |
| HSV(B) | 325.84º | 0.98% | 0.81% | - |
| XYZ | 29.18 | 14.73 | 19.07 | - |
| YUV | 78.51 | 151.42 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 120 | 0 | 0.98 | 0.42 | 0.19 | 325.84 | 0.95 | 0.42 |
| Hex | CF | 5 | 78 | 0 | 62 | 2A | 13 | 146 | 5F | 2A |
| Octal | 317 | 5 | 170 | 0 | 142 | 52 | 23 | 506 | 137 | 52 |
| Binary | 11001111 | 101 | 1111000 | 0 | 1100010 | 101010 | 10011 | 101000110 | 1011111 | 101010 |
Color Harmonies of #CF0578
Complementary color
Monochromatic Colors of #CF0578
Black with #CF0578
Text Example
Text Example
White with #CF0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0578; }
p { color: rgb(207,5,120); }
H1.HeaderClassName
{
color: #CF0578;
}
.AnyTagClassName
{
color: #CF0578;
}
</style>
background-color css
<style>
a { background-color: #CF0578; }
a { background-color: rgb(207,5,120); }
div.DivClassName
{
background-color: #CF0578;
}
.BgClassName
{
background-color: #CF0578;
}
</style>
border-color css
<style>
span { border-color: #CF0578; }
span { border-color: rgb(207,5,120); }
td.TdClassName
{
border-color: #CF0578;
}
.TagClassName
{
border-color: #CF0578;
}
</style>