Shades of Medium Violet Red #CF0880
Tints of Medium Violet Red #CF0880
RGB
CMYK
RGB Variations
Color information
#CF0880 (or 0xCF0880) is known color: Medium Violet Red. HEX triplet: CF, 08 and 80. RGB value is (207,8,128). Sum of RGB (Red+Green+Blue) = 207+8+128=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0880 is #30F77F. Grayscale: #505050. Windows color (decimal): -3209088 or 8390863. OLE color: 8390863.
HSL color Cylindrical-coordinate representation of color #CF0880: hue angle of 323.82º degrees, saturation: 0.93, 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 #CF0880 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.19 |
| HSL | 323.82º | 0.93% | 0.42% | - |
| HSV(B) | 323.82º | 0.96% | 0.81% | - |
| XYZ | 29.72 | 15 | 21.75 | - |
| YUV | 81.18 | 154.43 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 128 | 0 | 0.96 | 0.38 | 0.19 | 323.82 | 0.93 | 0.42 |
| Hex | CF | 8 | 80 | 0 | 60 | 26 | 13 | 144 | 5D | 2A |
| Octal | 317 | 10 | 200 | 0 | 140 | 46 | 23 | 504 | 135 | 52 |
| Binary | 11001111 | 1000 | 10000000 | 0 | 1100000 | 100110 | 10011 | 101000100 | 1011101 | 101010 |
Color Harmonies of #CF0880
Complementary color
Monochromatic Colors of #CF0880
Black with #CF0880
Text Example
Text Example
White with #CF0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0880; }
p { color: rgb(207,8,128); }
H1.HeaderClassName
{
color: #CF0880;
}
.AnyTagClassName
{
color: #CF0880;
}
</style>
background-color css
<style>
a { background-color: #CF0880; }
a { background-color: rgb(207,8,128); }
div.DivClassName
{
background-color: #CF0880;
}
.BgClassName
{
background-color: #CF0880;
}
</style>
border-color css
<style>
span { border-color: #CF0880; }
span { border-color: rgb(207,8,128); }
td.TdClassName
{
border-color: #CF0880;
}
.TagClassName
{
border-color: #CF0880;
}
</style>