Shades of Medium Violet Red #CF0272
Tints of Medium Violet Red #CF0272
RGB
CMYK
RGB Variations
Color information
#CF0272 (or 0xCF0272) is known color: Medium Violet Red. HEX triplet: CF, 02 and 72. RGB value is (207,2,114). Sum of RGB (Red+Green+Blue) = 207+2+114=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0272 is #30FD8D. Grayscale: #4B4B4B. Windows color (decimal): -3210638 or 7471823. OLE color: 7471823.
HSL color Cylindrical-coordinate representation of color #CF0272: hue angle of 327.22º 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 #CF0272 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.19 |
| HSL | 327.22º | 0.98% | 0.41% | - |
| HSV(B) | 327.22º | 0.99% | 0.81% | - |
| XYZ | 28.79 | 14.52 | 17.21 | - |
| YUV | 76.06 | 149.42 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 114 | 0 | 0.99 | 0.45 | 0.19 | 327.22 | 0.98 | 0.41 |
| Hex | CF | 2 | 72 | 0 | 63 | 2D | 13 | 147 | 62 | 29 |
| Octal | 317 | 2 | 162 | 0 | 143 | 55 | 23 | 507 | 142 | 51 |
| Binary | 11001111 | 10 | 1110010 | 0 | 1100011 | 101101 | 10011 | 101000111 | 1100010 | 101001 |
Color Harmonies of #CF0272
Complementary color
Monochromatic Colors of #CF0272
Black with #CF0272
Text Example
Text Example
White with #CF0272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0272; }
p { color: rgb(207,2,114); }
H1.HeaderClassName
{
color: #CF0272;
}
.AnyTagClassName
{
color: #CF0272;
}
</style>
background-color css
<style>
a { background-color: #CF0272; }
a { background-color: rgb(207,2,114); }
div.DivClassName
{
background-color: #CF0272;
}
.BgClassName
{
background-color: #CF0272;
}
</style>
border-color css
<style>
span { border-color: #CF0272; }
span { border-color: rgb(207,2,114); }
td.TdClassName
{
border-color: #CF0272;
}
.TagClassName
{
border-color: #CF0272;
}
</style>