Shades of Medium Violet Red #CF0681
Tints of Medium Violet Red #CF0681
RGB
CMYK
RGB Variations
Color information
#CF0681 (or 0xCF0681) is known color: Medium Violet Red. HEX triplet: CF, 06 and 81. RGB value is (207,6,129). Sum of RGB (Red+Green+Blue) = 207+6+129=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0681 is #30F97E. Grayscale: #4F4F4F. Windows color (decimal): -3209599 or 8455887. OLE color: 8455887.
HSL color Cylindrical-coordinate representation of color #CF0681: hue angle of 323.28º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0681 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 129 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.19 |
| HSL | 323.28º | 0.94% | 0.42% | - |
| HSV(B) | 323.28º | 0.97% | 0.81% | - |
| XYZ | 29.76 | 14.98 | 22.09 | - |
| YUV | 80.12 | 155.59 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 129 | 0 | 0.97 | 0.38 | 0.19 | 323.28 | 0.94 | 0.42 |
| Hex | CF | 6 | 81 | 0 | 61 | 26 | 13 | 143 | 5E | 2A |
| Octal | 317 | 6 | 201 | 0 | 141 | 46 | 23 | 503 | 136 | 52 |
| Binary | 11001111 | 110 | 10000001 | 0 | 1100001 | 100110 | 10011 | 101000011 | 1011110 | 101010 |
Color Harmonies of #CF0681
Complementary color
Monochromatic Colors of #CF0681
Black with #CF0681
Text Example
Text Example
White with #CF0681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0681; }
p { color: rgb(207,6,129); }
H1.HeaderClassName
{
color: #CF0681;
}
.AnyTagClassName
{
color: #CF0681;
}
</style>
background-color css
<style>
a { background-color: #CF0681; }
a { background-color: rgb(207,6,129); }
div.DivClassName
{
background-color: #CF0681;
}
.BgClassName
{
background-color: #CF0681;
}
</style>
border-color css
<style>
span { border-color: #CF0681; }
span { border-color: rgb(207,6,129); }
td.TdClassName
{
border-color: #CF0681;
}
.TagClassName
{
border-color: #CF0681;
}
</style>