Shades of Medium Violet Red #CF0580
Tints of Medium Violet Red #CF0580
RGB
CMYK
RGB Variations
Color information
#CF0580 (or 0xCF0580) is known color: Medium Violet Red. HEX triplet: CF, 05 and 80. RGB value is (207,5,128). Sum of RGB (Red+Green+Blue) = 207+5+128=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0580 is #30FA7F. Grayscale: #4F4F4F. Windows color (decimal): -3209856 or 8390095. OLE color: 8390095.
HSL color Cylindrical-coordinate representation of color #CF0580: hue angle of 323.47º 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 #CF0580 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.19 |
| HSL | 323.47º | 0.95% | 0.42% | - |
| HSV(B) | 323.47º | 0.98% | 0.81% | - |
| XYZ | 29.68 | 14.93 | 21.74 | - |
| YUV | 79.42 | 155.42 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 128 | 0 | 0.98 | 0.38 | 0.19 | 323.47 | 0.95 | 0.42 |
| Hex | CF | 5 | 80 | 0 | 62 | 26 | 13 | 143 | 5F | 2A |
| Octal | 317 | 5 | 200 | 0 | 142 | 46 | 23 | 503 | 137 | 52 |
| Binary | 11001111 | 101 | 10000000 | 0 | 1100010 | 100110 | 10011 | 101000011 | 1011111 | 101010 |
Color Harmonies of #CF0580
Complementary color
Monochromatic Colors of #CF0580
Black with #CF0580
Text Example
Text Example
White with #CF0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0580; }
p { color: rgb(207,5,128); }
H1.HeaderClassName
{
color: #CF0580;
}
.AnyTagClassName
{
color: #CF0580;
}
</style>
background-color css
<style>
a { background-color: #CF0580; }
a { background-color: rgb(207,5,128); }
div.DivClassName
{
background-color: #CF0580;
}
.BgClassName
{
background-color: #CF0580;
}
</style>
border-color css
<style>
span { border-color: #CF0580; }
span { border-color: rgb(207,5,128); }
td.TdClassName
{
border-color: #CF0580;
}
.TagClassName
{
border-color: #CF0580;
}
</style>