Shades of Medium Violet Red #CF018C
Tints of Medium Violet Red #CF018C
RGB
CMYK
RGB Variations
Color information
#CF018C (or 0xCF018C) is known color: Medium Violet Red. HEX triplet: CF, 01 and 8C. RGB value is (207,1,140). Sum of RGB (Red+Green+Blue) = 207+1+140=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF018C is #30FE73. Grayscale: #4E4E4E. Windows color (decimal): -3210868 or 9175503. OLE color: 9175503.
HSL color Cylindrical-coordinate representation of color #CF018C: hue angle of 319.51º 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 #CF018C is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.19 |
| HSL | 319.51º | 0.99% | 0.41% | - |
| HSV(B) | 319.51º | 1% | 0.81% | - |
| XYZ | 30.48 | 15.18 | 26.13 | - |
| YUV | 78.44 | 162.75 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 140 | 0 | 1.00 | 0.32 | 0.19 | 319.51 | 0.99 | 0.41 |
| Hex | CF | 1 | 8C | 0 | 64 | 20 | 13 | 140 | 63 | 29 |
| Octal | 317 | 1 | 214 | 0 | 144 | 40 | 23 | 500 | 143 | 51 |
| Binary | 11001111 | 1 | 10001100 | 0 | 1100100 | 100000 | 10011 | 101000000 | 1100011 | 101001 |
Color Harmonies of #CF018C
Complementary color
Monochromatic Colors of #CF018C
Black with #CF018C
Text Example
Text Example
White with #CF018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF018C; }
p { color: rgb(207,1,140); }
H1.HeaderClassName
{
color: #CF018C;
}
.AnyTagClassName
{
color: #CF018C;
}
</style>
background-color css
<style>
a { background-color: #CF018C; }
a { background-color: rgb(207,1,140); }
div.DivClassName
{
background-color: #CF018C;
}
.BgClassName
{
background-color: #CF018C;
}
</style>
border-color css
<style>
span { border-color: #CF018C; }
span { border-color: rgb(207,1,140); }
td.TdClassName
{
border-color: #CF018C;
}
.TagClassName
{
border-color: #CF018C;
}
</style>