Shades of Medium Violet Red #CF0292
Tints of Medium Violet Red #CF0292
RGB
CMYK
RGB Variations
Color information
#CF0292 (or 0xCF0292) is known color: Medium Violet Red. HEX triplet: CF, 02 and 92. RGB value is (207,2,146). Sum of RGB (Red+Green+Blue) = 207+2+146=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0292 is #30FD6D. Grayscale: #4F4F4F. Windows color (decimal): -3210606 or 9568975. OLE color: 9568975.
HSL color Cylindrical-coordinate representation of color #CF0292: hue angle of 317.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0292 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.19 |
| HSL | 317.85º | 0.98% | 0.41% | - |
| HSV(B) | 317.85º | 0.99% | 0.81% | - |
| XYZ | 30.94 | 15.38 | 28.53 | - |
| YUV | 79.71 | 165.42 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 146 | 0 | 0.99 | 0.29 | 0.19 | 317.85 | 0.98 | 0.41 |
| Hex | CF | 2 | 92 | 0 | 63 | 1D | 13 | 13E | 62 | 29 |
| Octal | 317 | 2 | 222 | 0 | 143 | 35 | 23 | 476 | 142 | 51 |
| Binary | 11001111 | 10 | 10010010 | 0 | 1100011 | 11101 | 10011 | 100111110 | 1100010 | 101001 |
Color Harmonies of #CF0292
Complementary color
Monochromatic Colors of #CF0292
Black with #CF0292
Text Example
Text Example
White with #CF0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0292; }
p { color: rgb(207,2,146); }
H1.HeaderClassName
{
color: #CF0292;
}
.AnyTagClassName
{
color: #CF0292;
}
</style>
background-color css
<style>
a { background-color: #CF0292; }
a { background-color: rgb(207,2,146); }
div.DivClassName
{
background-color: #CF0292;
}
.BgClassName
{
background-color: #CF0292;
}
</style>
border-color css
<style>
span { border-color: #CF0292; }
span { border-color: rgb(207,2,146); }
td.TdClassName
{
border-color: #CF0292;
}
.TagClassName
{
border-color: #CF0292;
}
</style>