Shades of Medium Violet Red #CF027D
Tints of Medium Violet Red #CF027D
RGB
CMYK
RGB Variations
Color information
#CF027D (or 0xCF027D) is known color: Medium Violet Red. HEX triplet: CF, 02 and 7D. RGB value is (207,2,125). Sum of RGB (Red+Green+Blue) = 207+2+125=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF027D is #30FD82. Grayscale: #4D4D4D. Windows color (decimal): -3210627 or 8192719. OLE color: 8192719.
HSL color Cylindrical-coordinate representation of color #CF027D: hue angle of 324º 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 #CF027D is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.19 |
| HSL | 324º | 0.98% | 0.41% | - |
| HSV(B) | 324º | 0.99% | 0.81% | - |
| XYZ | 29.46 | 14.79 | 20.7 | - |
| YUV | 77.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 125 | 0 | 0.99 | 0.40 | 0.19 | 324 | 0.98 | 0.41 |
| Hex | CF | 2 | 7D | 0 | 63 | 28 | 13 | 144 | 62 | 29 |
| Octal | 317 | 2 | 175 | 0 | 143 | 50 | 23 | 504 | 142 | 51 |
| Binary | 11001111 | 10 | 1111101 | 0 | 1100011 | 101000 | 10011 | 101000100 | 1100010 | 101001 |
Color Harmonies of #CF027D
Complementary color
Monochromatic Colors of #CF027D
Black with #CF027D
Text Example
Text Example
White with #CF027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF027D; }
p { color: rgb(207,2,125); }
H1.HeaderClassName
{
color: #CF027D;
}
.AnyTagClassName
{
color: #CF027D;
}
</style>
background-color css
<style>
a { background-color: #CF027D; }
a { background-color: rgb(207,2,125); }
div.DivClassName
{
background-color: #CF027D;
}
.BgClassName
{
background-color: #CF027D;
}
</style>
border-color css
<style>
span { border-color: #CF027D; }
span { border-color: rgb(207,2,125); }
td.TdClassName
{
border-color: #CF027D;
}
.TagClassName
{
border-color: #CF027D;
}
</style>