Shades of Medium Violet Red #CF0992
Tints of Medium Violet Red #CF0992
RGB
CMYK
RGB Variations
Color information
#CF0992 (or 0xCF0992) is known color: Medium Violet Red. HEX triplet: CF, 09 and 92. RGB value is (207,9,146). Sum of RGB (Red+Green+Blue) = 207+9+146=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0992 is #30F66D. Grayscale: #535353. Windows color (decimal): -3208814 or 9570767. OLE color: 9570767.
HSL color Cylindrical-coordinate representation of color #CF0992: hue angle of 318.48º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0992 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.19 |
| HSL | 318.48º | 0.92% | 0.42% | - |
| HSV(B) | 318.48º | 0.96% | 0.81% | - |
| XYZ | 31.02 | 15.54 | 28.56 | - |
| YUV | 83.82 | 163.1 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 146 | 0 | 0.96 | 0.29 | 0.19 | 318.48 | 0.92 | 0.42 |
| Hex | CF | 9 | 92 | 0 | 60 | 1D | 13 | 13E | 5C | 2A |
| Octal | 317 | 11 | 222 | 0 | 140 | 35 | 23 | 476 | 134 | 52 |
| Binary | 11001111 | 1001 | 10010010 | 0 | 1100000 | 11101 | 10011 | 100111110 | 1011100 | 101010 |
Color Harmonies of #CF0992
Complementary color
Monochromatic Colors of #CF0992
Black with #CF0992
Text Example
Text Example
White with #CF0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0992; }
p { color: rgb(207,9,146); }
H1.HeaderClassName
{
color: #CF0992;
}
.AnyTagClassName
{
color: #CF0992;
}
</style>
background-color css
<style>
a { background-color: #CF0992; }
a { background-color: rgb(207,9,146); }
div.DivClassName
{
background-color: #CF0992;
}
.BgClassName
{
background-color: #CF0992;
}
</style>
border-color css
<style>
span { border-color: #CF0992; }
span { border-color: rgb(207,9,146); }
td.TdClassName
{
border-color: #CF0992;
}
.TagClassName
{
border-color: #CF0992;
}
</style>