Shades of Medium Violet Red #CF008B
Tints of Medium Violet Red #CF008B
RGB
CMYK
RGB Variations
Color information
#CF008B (or 0xCF008B) is known color: Medium Violet Red. HEX triplet: CF, 00 and 8B. RGB value is (207,0,139). Sum of RGB (Red+Green+Blue) = 207+0+139=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF008B is #30FF74. Grayscale: #4D4D4D. Windows color (decimal): -3211125 or 9109711. OLE color: 9109711.
HSL color Cylindrical-coordinate representation of color #CF008B: hue angle of 319.71º 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 #CF008B is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.33 | 0.19 |
| HSL | 319.71º | 1% | 0.41% | - |
| HSV(B) | 319.71º | 1% | 0.81% | - |
| XYZ | 30.39 | 15.13 | 25.74 | - |
| YUV | 77.74 | 162.58 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 139 | 0 | 1 | 0.33 | 0.19 | 319.71 | 1 | 0.41 |
| Hex | CF | 0 | 8B | 0 | 64 | 21 | 13 | 140 | 64 | 29 |
| Octal | 317 | 0 | 213 | 0 | 144 | 41 | 23 | 500 | 144 | 51 |
| Binary | 11001111 | 0 | 10001011 | 0 | 1100100 | 100001 | 10011 | 101000000 | 1100100 | 101001 |
Color Harmonies of #CF008B
Complementary color
Monochromatic Colors of #CF008B
Black with #CF008B
Text Example
Text Example
White with #CF008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF008B; }
p { color: rgb(207,0,139); }
H1.HeaderClassName
{
color: #CF008B;
}
.AnyTagClassName
{
color: #CF008B;
}
</style>
background-color css
<style>
a { background-color: #CF008B; }
a { background-color: rgb(207,0,139); }
div.DivClassName
{
background-color: #CF008B;
}
.BgClassName
{
background-color: #CF008B;
}
</style>
border-color css
<style>
span { border-color: #CF008B; }
span { border-color: rgb(207,0,139); }
td.TdClassName
{
border-color: #CF008B;
}
.TagClassName
{
border-color: #CF008B;
}
</style>