Shades of Medium Violet Red #CF017A
Tints of Medium Violet Red #CF017A
RGB
CMYK
RGB Variations
Color information
#CF017A (or 0xCF017A) is known color: Medium Violet Red. HEX triplet: CF, 01 and 7A. RGB value is (207,1,122). Sum of RGB (Red+Green+Blue) = 207+1+122=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF017A is #30FE85. Grayscale: #4C4C4C. Windows color (decimal): -3210886 or 7995855. OLE color: 7995855.
HSL color Cylindrical-coordinate representation of color #CF017A: hue angle of 324.76º 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 #CF017A is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.19 |
| HSL | 324.76º | 0.99% | 0.41% | - |
| HSV(B) | 324.76º | 1% | 0.81% | - |
| XYZ | 29.26 | 14.69 | 19.71 | - |
| YUV | 76.39 | 153.75 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 122 | 0 | 1.00 | 0.41 | 0.19 | 324.76 | 0.99 | 0.41 |
| Hex | CF | 1 | 7A | 0 | 64 | 29 | 13 | 145 | 63 | 29 |
| Octal | 317 | 1 | 172 | 0 | 144 | 51 | 23 | 505 | 143 | 51 |
| Binary | 11001111 | 1 | 1111010 | 0 | 1100100 | 101001 | 10011 | 101000101 | 1100011 | 101001 |
Color Harmonies of #CF017A
Complementary color
Monochromatic Colors of #CF017A
Black with #CF017A
Text Example
Text Example
White with #CF017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF017A; }
p { color: rgb(207,1,122); }
H1.HeaderClassName
{
color: #CF017A;
}
.AnyTagClassName
{
color: #CF017A;
}
</style>
background-color css
<style>
a { background-color: #CF017A; }
a { background-color: rgb(207,1,122); }
div.DivClassName
{
background-color: #CF017A;
}
.BgClassName
{
background-color: #CF017A;
}
</style>
border-color css
<style>
span { border-color: #CF017A; }
span { border-color: rgb(207,1,122); }
td.TdClassName
{
border-color: #CF017A;
}
.TagClassName
{
border-color: #CF017A;
}
</style>