Shades of Medium Violet Red #CF0D78
Tints of Medium Violet Red #CF0D78
RGB
CMYK
RGB Variations
Color information
#CF0D78 (or 0xCF0D78) is known color: Medium Violet Red. HEX triplet: CF, 0D and 78. RGB value is (207,13,120). Sum of RGB (Red+Green+Blue) = 207+13+120=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D78 is #30F287. Grayscale: #525252. Windows color (decimal): -3207816 or 7867855. OLE color: 7867855.
HSL color Cylindrical-coordinate representation of color #CF0D78: hue angle of 326.91º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D78 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 120 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.19 |
| HSL | 326.91º | 0.88% | 0.43% | - |
| HSV(B) | 326.91º | 0.94% | 0.81% | - |
| XYZ | 29.27 | 14.91 | 19.1 | - |
| YUV | 83.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 120 | 0 | 0.94 | 0.42 | 0.19 | 326.91 | 0.88 | 0.43 |
| Hex | CF | D | 78 | 0 | 5E | 2A | 13 | 147 | 58 | 2B |
| Octal | 317 | 15 | 170 | 0 | 136 | 52 | 23 | 507 | 130 | 53 |
| Binary | 11001111 | 1101 | 1111000 | 0 | 1011110 | 101010 | 10011 | 101000111 | 1011000 | 101011 |
Color Harmonies of #CF0D78
Complementary color
Monochromatic Colors of #CF0D78
Black with #CF0D78
Text Example
Text Example
White with #CF0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D78; }
p { color: rgb(207,13,120); }
H1.HeaderClassName
{
color: #CF0D78;
}
.AnyTagClassName
{
color: #CF0D78;
}
</style>
background-color css
<style>
a { background-color: #CF0D78; }
a { background-color: rgb(207,13,120); }
div.DivClassName
{
background-color: #CF0D78;
}
.BgClassName
{
background-color: #CF0D78;
}
</style>
border-color css
<style>
span { border-color: #CF0D78; }
span { border-color: rgb(207,13,120); }
td.TdClassName
{
border-color: #CF0D78;
}
.TagClassName
{
border-color: #CF0D78;
}
</style>