Shades of Medium Violet Red #CF08A6
Tints of Medium Violet Red #CF08A6
RGB
CMYK
RGB Variations
Color information
#CF08A6 (or 0xCF08A6) is known color: Medium Violet Red. HEX triplet: CF, 08 and A6. RGB value is (207,8,166). Sum of RGB (Red+Green+Blue) = 207+8+166=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF08A6 is #30F759. Grayscale: #555555. Windows color (decimal): -3209050 or 10881231. OLE color: 10881231.
HSL color Cylindrical-coordinate representation of color #CF08A6: hue angle of 312.36º degrees, saturation: 0.93, 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 #CF08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 166 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.19 |
| HSL | 312.36º | 0.93% | 0.42% | - |
| HSV(B) | 312.36º | 0.96% | 0.81% | - |
| XYZ | 32.7 | 16.19 | 37.48 | - |
| YUV | 85.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 166 | 0 | 0.96 | 0.20 | 0.19 | 312.36 | 0.93 | 0.42 |
| Hex | CF | 8 | A6 | 0 | 60 | 14 | 13 | 138 | 5D | 2A |
| Octal | 317 | 10 | 246 | 0 | 140 | 24 | 23 | 470 | 135 | 52 |
| Binary | 11001111 | 1000 | 10100110 | 0 | 1100000 | 10100 | 10011 | 100111000 | 1011101 | 101010 |
Color Harmonies of #CF08A6
Complementary color
Monochromatic Colors of #CF08A6
Black with #CF08A6
Text Example
Text Example
White with #CF08A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08A6; }
p { color: rgb(207,8,166); }
H1.HeaderClassName
{
color: #CF08A6;
}
.AnyTagClassName
{
color: #CF08A6;
}
</style>
background-color css
<style>
a { background-color: #CF08A6; }
a { background-color: rgb(207,8,166); }
div.DivClassName
{
background-color: #CF08A6;
}
.BgClassName
{
background-color: #CF08A6;
}
</style>
border-color css
<style>
span { border-color: #CF08A6; }
span { border-color: rgb(207,8,166); }
td.TdClassName
{
border-color: #CF08A6;
}
.TagClassName
{
border-color: #CF08A6;
}
</style>