Shades of Medium Violet Red #CF0D96
Tints of Medium Violet Red #CF0D96
RGB
CMYK
RGB Variations
Color information
#CF0D96 (or 0xCF0D96) is known color: Medium Violet Red. HEX triplet: CF, 0D and 96. RGB value is (207,13,150). Sum of RGB (Red+Green+Blue) = 207+13+150=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0D96 is #30F269. Grayscale: #565656. Windows color (decimal): -3207786 or 9833935. OLE color: 9833935.
HSL color Cylindrical-coordinate representation of color #CF0D96: hue angle of 317.63º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D96 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 150 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.19 |
| HSL | 317.63º | 0.88% | 0.43% | - |
| HSV(B) | 317.63º | 0.94% | 0.81% | - |
| XYZ | 31.38 | 15.76 | 30.24 | - |
| YUV | 86.62 | 163.77 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 150 | 0 | 0.94 | 0.28 | 0.19 | 317.63 | 0.88 | 0.43 |
| Hex | CF | D | 96 | 0 | 5E | 1C | 13 | 13E | 58 | 2B |
| Octal | 317 | 15 | 226 | 0 | 136 | 34 | 23 | 476 | 130 | 53 |
| Binary | 11001111 | 1101 | 10010110 | 0 | 1011110 | 11100 | 10011 | 100111110 | 1011000 | 101011 |
Color Harmonies of #CF0D96
Complementary color
Monochromatic Colors of #CF0D96
Black with #CF0D96
Text Example
Text Example
White with #CF0D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D96; }
p { color: rgb(207,13,150); }
H1.HeaderClassName
{
color: #CF0D96;
}
.AnyTagClassName
{
color: #CF0D96;
}
</style>
background-color css
<style>
a { background-color: #CF0D96; }
a { background-color: rgb(207,13,150); }
div.DivClassName
{
background-color: #CF0D96;
}
.BgClassName
{
background-color: #CF0D96;
}
</style>
border-color css
<style>
span { border-color: #CF0D96; }
span { border-color: rgb(207,13,150); }
td.TdClassName
{
border-color: #CF0D96;
}
.TagClassName
{
border-color: #CF0D96;
}
</style>