Shades of Medium Violet Red #CF0392
Tints of Medium Violet Red #CF0392
RGB
CMYK
RGB Variations
Color information
#CF0392 (or 0xCF0392) is known color: Medium Violet Red. HEX triplet: CF, 03 and 92. RGB value is (207,3,146). Sum of RGB (Red+Green+Blue) = 207+3+146=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0392 is #30FC6D. Grayscale: #4F4F4F. Windows color (decimal): -3210350 or 9569231. OLE color: 9569231.
HSL color Cylindrical-coordinate representation of color #CF0392: hue angle of 317.94º degrees, saturation: 0.97, 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 #CF0392 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.19 |
| HSL | 317.94º | 0.97% | 0.41% | - |
| HSV(B) | 317.94º | 0.99% | 0.81% | - |
| XYZ | 30.95 | 15.41 | 28.54 | - |
| YUV | 80.3 | 165.09 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 146 | 0 | 0.99 | 0.29 | 0.19 | 317.94 | 0.97 | 0.41 |
| Hex | CF | 3 | 92 | 0 | 63 | 1D | 13 | 13E | 61 | 29 |
| Octal | 317 | 3 | 222 | 0 | 143 | 35 | 23 | 476 | 141 | 51 |
| Binary | 11001111 | 11 | 10010010 | 0 | 1100011 | 11101 | 10011 | 100111110 | 1100001 | 101001 |
Color Harmonies of #CF0392
Complementary color
Monochromatic Colors of #CF0392
Black with #CF0392
Text Example
Text Example
White with #CF0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0392; }
p { color: rgb(207,3,146); }
H1.HeaderClassName
{
color: #CF0392;
}
.AnyTagClassName
{
color: #CF0392;
}
</style>
background-color css
<style>
a { background-color: #CF0392; }
a { background-color: rgb(207,3,146); }
div.DivClassName
{
background-color: #CF0392;
}
.BgClassName
{
background-color: #CF0392;
}
</style>
border-color css
<style>
span { border-color: #CF0392; }
span { border-color: rgb(207,3,146); }
td.TdClassName
{
border-color: #CF0392;
}
.TagClassName
{
border-color: #CF0392;
}
</style>