Shades of Medium Violet Red #CF0092
Tints of Medium Violet Red #CF0092
RGB
CMYK
RGB Variations
Color information
#CF0092 (or 0xCF0092) is known color: Medium Violet Red. HEX triplet: CF, 00 and 92. RGB value is (207,0,146). Sum of RGB (Red+Green+Blue) = 207+0+146=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0092 is #30FF6D. Grayscale: #4E4E4E. Windows color (decimal): -3211118 or 9568463. OLE color: 9568463.
HSL color Cylindrical-coordinate representation of color #CF0092: hue angle of 317.68º 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 #CF0092 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.29 | 0.19 |
| HSL | 317.68º | 1% | 0.41% | - |
| HSV(B) | 317.68º | 1% | 0.81% | - |
| XYZ | 30.92 | 15.34 | 28.53 | - |
| YUV | 78.54 | 166.08 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 146 | 0 | 1 | 0.29 | 0.19 | 317.68 | 1 | 0.41 |
| Hex | CF | 0 | 92 | 0 | 64 | 1D | 13 | 13E | 64 | 29 |
| Octal | 317 | 0 | 222 | 0 | 144 | 35 | 23 | 476 | 144 | 51 |
| Binary | 11001111 | 0 | 10010010 | 0 | 1100100 | 11101 | 10011 | 100111110 | 1100100 | 101001 |
Color Harmonies of #CF0092
Complementary color
Monochromatic Colors of #CF0092
Black with #CF0092
Text Example
Text Example
White with #CF0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0092; }
p { color: rgb(207,0,146); }
H1.HeaderClassName
{
color: #CF0092;
}
.AnyTagClassName
{
color: #CF0092;
}
</style>
background-color css
<style>
a { background-color: #CF0092; }
a { background-color: rgb(207,0,146); }
div.DivClassName
{
background-color: #CF0092;
}
.BgClassName
{
background-color: #CF0092;
}
</style>
border-color css
<style>
span { border-color: #CF0092; }
span { border-color: rgb(207,0,146); }
td.TdClassName
{
border-color: #CF0092;
}
.TagClassName
{
border-color: #CF0092;
}
</style>