Shades of Medium Violet Red #CF027F
Tints of Medium Violet Red #CF027F
RGB
CMYK
RGB Variations
Color information
#CF027F (or 0xCF027F) is known color: Medium Violet Red. HEX triplet: CF, 02 and 7F. RGB value is (207,2,127). Sum of RGB (Red+Green+Blue) = 207+2+127=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF027F is #30FD80. Grayscale: #4D4D4D. Windows color (decimal): -3210625 or 8323791. OLE color: 8323791.
HSL color Cylindrical-coordinate representation of color #CF027F: hue angle of 323.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF027F is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.19 |
| HSL | 323.41º | 0.98% | 0.41% | - |
| HSV(B) | 323.41º | 0.99% | 0.81% | - |
| XYZ | 29.58 | 14.84 | 21.38 | - |
| YUV | 77.55 | 155.92 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 127 | 0 | 0.99 | 0.39 | 0.19 | 323.41 | 0.98 | 0.41 |
| Hex | CF | 2 | 7F | 0 | 63 | 27 | 13 | 143 | 62 | 29 |
| Octal | 317 | 2 | 177 | 0 | 143 | 47 | 23 | 503 | 142 | 51 |
| Binary | 11001111 | 10 | 1111111 | 0 | 1100011 | 100111 | 10011 | 101000011 | 1100010 | 101001 |
Color Harmonies of #CF027F
Complementary color
Monochromatic Colors of #CF027F
Black with #CF027F
Text Example
Text Example
White with #CF027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF027F; }
p { color: rgb(207,2,127); }
H1.HeaderClassName
{
color: #CF027F;
}
.AnyTagClassName
{
color: #CF027F;
}
</style>
background-color css
<style>
a { background-color: #CF027F; }
a { background-color: rgb(207,2,127); }
div.DivClassName
{
background-color: #CF027F;
}
.BgClassName
{
background-color: #CF027F;
}
</style>
border-color css
<style>
span { border-color: #CF027F; }
span { border-color: rgb(207,2,127); }
td.TdClassName
{
border-color: #CF027F;
}
.TagClassName
{
border-color: #CF027F;
}
</style>