Shades of Medium Violet Red #CF10A6
Tints of Medium Violet Red #CF10A6
RGB
CMYK
RGB Variations
Color information
#CF10A6 (or 0xCF10A6) is known color: Medium Violet Red. HEX triplet: CF, 10 and A6. RGB value is (207,16,166). Sum of RGB (Red+Green+Blue) = 207+16+166=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF10A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF10A6 is #30EF59. Grayscale: #595959. Windows color (decimal): -3207002 or 10883279. OLE color: 10883279.
HSL color Cylindrical-coordinate representation of color #CF10A6: hue angle of 312.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF10A6 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 166 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.19 |
| HSL | 312.88º | 0.86% | 0.44% | - |
| HSV(B) | 312.88º | 0.92% | 0.81% | - |
| XYZ | 32.8 | 16.39 | 37.51 | - |
| YUV | 90.21 | 170.78 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 166 | 0 | 0.92 | 0.20 | 0.19 | 312.88 | 0.86 | 0.44 |
| Hex | CF | 10 | A6 | 0 | 5C | 14 | 13 | 139 | 56 | 2C |
| Octal | 317 | 20 | 246 | 0 | 134 | 24 | 23 | 471 | 126 | 54 |
| Binary | 11001111 | 10000 | 10100110 | 0 | 1011100 | 10100 | 10011 | 100111001 | 1010110 | 101100 |
Color Harmonies of #CF10A6
Complementary color
Monochromatic Colors of #CF10A6
Black with #CF10A6
Text Example
Text Example
White with #CF10A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10A6; }
p { color: rgb(207,16,166); }
H1.HeaderClassName
{
color: #CF10A6;
}
.AnyTagClassName
{
color: #CF10A6;
}
</style>
background-color css
<style>
a { background-color: #CF10A6; }
a { background-color: rgb(207,16,166); }
div.DivClassName
{
background-color: #CF10A6;
}
.BgClassName
{
background-color: #CF10A6;
}
</style>
border-color css
<style>
span { border-color: #CF10A6; }
span { border-color: rgb(207,16,166); }
td.TdClassName
{
border-color: #CF10A6;
}
.TagClassName
{
border-color: #CF10A6;
}
</style>