Shades of Medium Violet Red #CF027E
Tints of Medium Violet Red #CF027E
RGB
CMYK
RGB Variations
Color information
#CF027E (or 0xCF027E) is known color: Medium Violet Red. HEX triplet: CF, 02 and 7E. RGB value is (207,2,126). Sum of RGB (Red+Green+Blue) = 207+2+126=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF027E is #30FD81. Grayscale: #4D4D4D. Windows color (decimal): -3210626 or 8258255. OLE color: 8258255.
HSL color Cylindrical-coordinate representation of color #CF027E: hue angle of 323.71º 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 #CF027E is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.19 |
| HSL | 323.71º | 0.98% | 0.41% | - |
| HSV(B) | 323.71º | 0.99% | 0.81% | - |
| XYZ | 29.52 | 14.82 | 21.04 | - |
| YUV | 77.43 | 155.42 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 126 | 0 | 0.99 | 0.39 | 0.19 | 323.71 | 0.98 | 0.41 |
| Hex | CF | 2 | 7E | 0 | 63 | 27 | 13 | 144 | 62 | 29 |
| Octal | 317 | 2 | 176 | 0 | 143 | 47 | 23 | 504 | 142 | 51 |
| Binary | 11001111 | 10 | 1111110 | 0 | 1100011 | 100111 | 10011 | 101000100 | 1100010 | 101001 |
Color Harmonies of #CF027E
Complementary color
Monochromatic Colors of #CF027E
Black with #CF027E
Text Example
Text Example
White with #CF027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF027E; }
p { color: rgb(207,2,126); }
H1.HeaderClassName
{
color: #CF027E;
}
.AnyTagClassName
{
color: #CF027E;
}
</style>
background-color css
<style>
a { background-color: #CF027E; }
a { background-color: rgb(207,2,126); }
div.DivClassName
{
background-color: #CF027E;
}
.BgClassName
{
background-color: #CF027E;
}
</style>
border-color css
<style>
span { border-color: #CF027E; }
span { border-color: rgb(207,2,126); }
td.TdClassName
{
border-color: #CF027E;
}
.TagClassName
{
border-color: #CF027E;
}
</style>