Shades of Medium Violet Red #CF008C
Tints of Medium Violet Red #CF008C
RGB
CMYK
RGB Variations
Color information
#CF008C (or 0xCF008C) is known color: Medium Violet Red. HEX triplet: CF, 00 and 8C. RGB value is (207,0,140). Sum of RGB (Red+Green+Blue) = 207+0+140=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF008C is #30FF73. Grayscale: #4D4D4D. Windows color (decimal): -3211124 or 9175247. OLE color: 9175247.
HSL color Cylindrical-coordinate representation of color #CF008C: hue angle of 319.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF008C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.32 | 0.19 |
| HSL | 319.42º | 1% | 0.41% | - |
| HSV(B) | 319.42º | 1% | 0.81% | - |
| XYZ | 30.47 | 15.16 | 26.13 | - |
| YUV | 77.85 | 163.08 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 140 | 0 | 1 | 0.32 | 0.19 | 319.42 | 1 | 0.41 |
| Hex | CF | 0 | 8C | 0 | 64 | 20 | 13 | 13F | 64 | 29 |
| Octal | 317 | 0 | 214 | 0 | 144 | 40 | 23 | 477 | 144 | 51 |
| Binary | 11001111 | 0 | 10001100 | 0 | 1100100 | 100000 | 10011 | 100111111 | 1100100 | 101001 |
Color Harmonies of #CF008C
Complementary color
Monochromatic Colors of #CF008C
Black with #CF008C
Text Example
Text Example
White with #CF008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF008C; }
p { color: rgb(207,0,140); }
H1.HeaderClassName
{
color: #CF008C;
}
.AnyTagClassName
{
color: #CF008C;
}
</style>
background-color css
<style>
a { background-color: #CF008C; }
a { background-color: rgb(207,0,140); }
div.DivClassName
{
background-color: #CF008C;
}
.BgClassName
{
background-color: #CF008C;
}
</style>
border-color css
<style>
span { border-color: #CF008C; }
span { border-color: rgb(207,0,140); }
td.TdClassName
{
border-color: #CF008C;
}
.TagClassName
{
border-color: #CF008C;
}
</style>