Shades of Medium Violet Red #CF08A1
Tints of Medium Violet Red #CF08A1
RGB
CMYK
RGB Variations
Color information
#CF08A1 (or 0xCF08A1) is known color: Medium Violet Red. HEX triplet: CF, 08 and A1. RGB value is (207,8,161). Sum of RGB (Red+Green+Blue) = 207+8+161=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF08A1 is #30F75E. Grayscale: #545454. Windows color (decimal): -3209055 or 10553551. OLE color: 10553551.
HSL color Cylindrical-coordinate representation of color #CF08A1: hue angle of 313.87º 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 #CF08A1 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.19 |
| HSL | 313.87º | 0.93% | 0.42% | - |
| HSV(B) | 313.87º | 0.96% | 0.81% | - |
| XYZ | 32.25 | 16.01 | 35.11 | - |
| YUV | 84.94 | 170.93 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 161 | 0 | 0.96 | 0.22 | 0.19 | 313.87 | 0.93 | 0.42 |
| Hex | CF | 8 | A1 | 0 | 60 | 16 | 13 | 13A | 5D | 2A |
| Octal | 317 | 10 | 241 | 0 | 140 | 26 | 23 | 472 | 135 | 52 |
| Binary | 11001111 | 1000 | 10100001 | 0 | 1100000 | 10110 | 10011 | 100111010 | 1011101 | 101010 |
Color Harmonies of #CF08A1
Complementary color
Monochromatic Colors of #CF08A1
Black with #CF08A1
Text Example
Text Example
White with #CF08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08A1; }
p { color: rgb(207,8,161); }
H1.HeaderClassName
{
color: #CF08A1;
}
.AnyTagClassName
{
color: #CF08A1;
}
</style>
background-color css
<style>
a { background-color: #CF08A1; }
a { background-color: rgb(207,8,161); }
div.DivClassName
{
background-color: #CF08A1;
}
.BgClassName
{
background-color: #CF08A1;
}
</style>
border-color css
<style>
span { border-color: #CF08A1; }
span { border-color: rgb(207,8,161); }
td.TdClassName
{
border-color: #CF08A1;
}
.TagClassName
{
border-color: #CF08A1;
}
</style>