Shades of Medium Violet Red #CF0186
Tints of Medium Violet Red #CF0186
RGB
CMYK
RGB Variations
Color information
#CF0186 (or 0xCF0186) is known color: Medium Violet Red. HEX triplet: CF, 01 and 86. RGB value is (207,1,134). Sum of RGB (Red+Green+Blue) = 207+1+134=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0186 is #30FE79. Grayscale: #4D4D4D. Windows color (decimal): -3210874 or 8782287. OLE color: 8782287.
HSL color Cylindrical-coordinate representation of color #CF0186: hue angle of 321.26º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0186 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.19 |
| HSL | 321.26º | 0.99% | 0.41% | - |
| HSV(B) | 321.26º | 1% | 0.81% | - |
| XYZ | 30.05 | 15.01 | 23.87 | - |
| YUV | 77.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 134 | 0 | 1.00 | 0.35 | 0.19 | 321.26 | 0.99 | 0.41 |
| Hex | CF | 1 | 86 | 0 | 64 | 23 | 13 | 141 | 63 | 29 |
| Octal | 317 | 1 | 206 | 0 | 144 | 43 | 23 | 501 | 143 | 51 |
| Binary | 11001111 | 1 | 10000110 | 0 | 1100100 | 100011 | 10011 | 101000001 | 1100011 | 101001 |
Color Harmonies of #CF0186
Complementary color
Monochromatic Colors of #CF0186
Black with #CF0186
Text Example
Text Example
White with #CF0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0186; }
p { color: rgb(207,1,134); }
H1.HeaderClassName
{
color: #CF0186;
}
.AnyTagClassName
{
color: #CF0186;
}
</style>
background-color css
<style>
a { background-color: #CF0186; }
a { background-color: rgb(207,1,134); }
div.DivClassName
{
background-color: #CF0186;
}
.BgClassName
{
background-color: #CF0186;
}
</style>
border-color css
<style>
span { border-color: #CF0186; }
span { border-color: rgb(207,1,134); }
td.TdClassName
{
border-color: #CF0186;
}
.TagClassName
{
border-color: #CF0186;
}
</style>