Shades of Medium Violet Red #CF0082
Tints of Medium Violet Red #CF0082
RGB
CMYK
RGB Variations
Color information
#CF0082 (or 0xCF0082) is known color: Medium Violet Red. HEX triplet: CF, 00 and 82. RGB value is (207,0,130). Sum of RGB (Red+Green+Blue) = 207+0+130=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0082 is #30FF7D. Grayscale: #4C4C4C. Windows color (decimal): -3211134 or 8519887. OLE color: 8519887.
HSL color Cylindrical-coordinate representation of color #CF0082: hue angle of 322.32º 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 #CF0082 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.37 | 0.19 |
| HSL | 322.32º | 1% | 0.41% | - |
| HSV(B) | 322.32º | 1% | 0.81% | - |
| XYZ | 29.76 | 14.88 | 22.42 | - |
| YUV | 76.71 | 158.08 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 130 | 0 | 1 | 0.37 | 0.19 | 322.32 | 1 | 0.41 |
| Hex | CF | 0 | 82 | 0 | 64 | 25 | 13 | 142 | 64 | 29 |
| Octal | 317 | 0 | 202 | 0 | 144 | 45 | 23 | 502 | 144 | 51 |
| Binary | 11001111 | 0 | 10000010 | 0 | 1100100 | 100101 | 10011 | 101000010 | 1100100 | 101001 |
Color Harmonies of #CF0082
Complementary color
Monochromatic Colors of #CF0082
Black with #CF0082
Text Example
Text Example
White with #CF0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0082; }
p { color: rgb(207,0,130); }
H1.HeaderClassName
{
color: #CF0082;
}
.AnyTagClassName
{
color: #CF0082;
}
</style>
background-color css
<style>
a { background-color: #CF0082; }
a { background-color: rgb(207,0,130); }
div.DivClassName
{
background-color: #CF0082;
}
.BgClassName
{
background-color: #CF0082;
}
</style>
border-color css
<style>
span { border-color: #CF0082; }
span { border-color: rgb(207,0,130); }
td.TdClassName
{
border-color: #CF0082;
}
.TagClassName
{
border-color: #CF0082;
}
</style>