Shades of Medium Violet Red #CF007C
Tints of Medium Violet Red #CF007C
RGB
CMYK
RGB Variations
Color information
#CF007C (or 0xCF007C) is known color: Medium Violet Red. HEX triplet: CF, 00 and 7C. RGB value is (207,0,124). Sum of RGB (Red+Green+Blue) = 207+0+124=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF007C is #30FF83. Grayscale: #4B4B4B. Windows color (decimal): -3211140 or 8126671. OLE color: 8126671.
HSL color Cylindrical-coordinate representation of color #CF007C: hue angle of 324.06º 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 #CF007C is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.40 | 0.19 |
| HSL | 324.06º | 1% | 0.41% | - |
| HSV(B) | 324.06º | 1% | 0.81% | - |
| XYZ | 29.37 | 14.72 | 20.36 | - |
| YUV | 76.03 | 155.08 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 124 | 0 | 1 | 0.40 | 0.19 | 324.06 | 1 | 0.41 |
| Hex | CF | 0 | 7C | 0 | 64 | 28 | 13 | 144 | 64 | 29 |
| Octal | 317 | 0 | 174 | 0 | 144 | 50 | 23 | 504 | 144 | 51 |
| Binary | 11001111 | 0 | 1111100 | 0 | 1100100 | 101000 | 10011 | 101000100 | 1100100 | 101001 |
Color Harmonies of #CF007C
Complementary color
Monochromatic Colors of #CF007C
Black with #CF007C
Text Example
Text Example
White with #CF007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF007C; }
p { color: rgb(207,0,124); }
H1.HeaderClassName
{
color: #CF007C;
}
.AnyTagClassName
{
color: #CF007C;
}
</style>
background-color css
<style>
a { background-color: #CF007C; }
a { background-color: rgb(207,0,124); }
div.DivClassName
{
background-color: #CF007C;
}
.BgClassName
{
background-color: #CF007C;
}
</style>
border-color css
<style>
span { border-color: #CF007C; }
span { border-color: rgb(207,0,124); }
td.TdClassName
{
border-color: #CF007C;
}
.TagClassName
{
border-color: #CF007C;
}
</style>