Shades of Medium Violet Red #CF0690
Tints of Medium Violet Red #CF0690
RGB
CMYK
RGB Variations
Color information
#CF0690 (or 0xCF0690) is known color: Medium Violet Red. HEX triplet: CF, 06 and 90. RGB value is (207,6,144). Sum of RGB (Red+Green+Blue) = 207+6+144=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0690 is #30F96F. Grayscale: #515151. Windows color (decimal): -3209584 or 9438927. OLE color: 9438927.
HSL color Cylindrical-coordinate representation of color #CF0690: hue angle of 318.81º 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 #CF0690 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 144 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.19 |
| HSL | 318.81º | 0.94% | 0.42% | - |
| HSV(B) | 318.81º | 0.97% | 0.81% | - |
| XYZ | 30.83 | 15.41 | 27.73 | - |
| YUV | 81.83 | 163.09 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 144 | 0 | 0.97 | 0.30 | 0.19 | 318.81 | 0.94 | 0.42 |
| Hex | CF | 6 | 90 | 0 | 61 | 1E | 13 | 13F | 5E | 2A |
| Octal | 317 | 6 | 220 | 0 | 141 | 36 | 23 | 477 | 136 | 52 |
| Binary | 11001111 | 110 | 10010000 | 0 | 1100001 | 11110 | 10011 | 100111111 | 1011110 | 101010 |
Color Harmonies of #CF0690
Complementary color
Monochromatic Colors of #CF0690
Black with #CF0690
Text Example
Text Example
White with #CF0690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0690; }
p { color: rgb(207,6,144); }
H1.HeaderClassName
{
color: #CF0690;
}
.AnyTagClassName
{
color: #CF0690;
}
</style>
background-color css
<style>
a { background-color: #CF0690; }
a { background-color: rgb(207,6,144); }
div.DivClassName
{
background-color: #CF0690;
}
.BgClassName
{
background-color: #CF0690;
}
</style>
border-color css
<style>
span { border-color: #CF0690; }
span { border-color: rgb(207,6,144); }
td.TdClassName
{
border-color: #CF0690;
}
.TagClassName
{
border-color: #CF0690;
}
</style>