Shades of Medium Violet Red #CF0080
Tints of Medium Violet Red #CF0080
RGB
CMYK
RGB Variations
Color information
#CF0080 (or 0xCF0080) is known color: Medium Violet Red. HEX triplet: CF, 00 and 80. RGB value is (207,0,128). Sum of RGB (Red+Green+Blue) = 207+0+128=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0080 is #30FF7F. Grayscale: #4C4C4C. Windows color (decimal): -3211136 or 8388815. OLE color: 8388815.
HSL color Cylindrical-coordinate representation of color #CF0080: hue angle of 322.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0080 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.38 | 0.19 |
| HSL | 322.9º | 1% | 0.41% | - |
| HSV(B) | 322.9º | 1% | 0.81% | - |
| XYZ | 29.63 | 14.82 | 21.72 | - |
| YUV | 76.49 | 157.08 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 128 | 0 | 1 | 0.38 | 0.19 | 322.9 | 1 | 0.41 |
| Hex | CF | 0 | 80 | 0 | 64 | 26 | 13 | 143 | 64 | 29 |
| Octal | 317 | 0 | 200 | 0 | 144 | 46 | 23 | 503 | 144 | 51 |
| Binary | 11001111 | 0 | 10000000 | 0 | 1100100 | 100110 | 10011 | 101000011 | 1100100 | 101001 |
Color Harmonies of #CF0080
Complementary color
Monochromatic Colors of #CF0080
Black with #CF0080
Text Example
Text Example
White with #CF0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0080; }
p { color: rgb(207,0,128); }
H1.HeaderClassName
{
color: #CF0080;
}
.AnyTagClassName
{
color: #CF0080;
}
</style>
background-color css
<style>
a { background-color: #CF0080; }
a { background-color: rgb(207,0,128); }
div.DivClassName
{
background-color: #CF0080;
}
.BgClassName
{
background-color: #CF0080;
}
</style>
border-color css
<style>
span { border-color: #CF0080; }
span { border-color: rgb(207,0,128); }
td.TdClassName
{
border-color: #CF0080;
}
.TagClassName
{
border-color: #CF0080;
}
</style>