Shades of Medium Violet Red #CF0270
Tints of Medium Violet Red #CF0270
RGB
CMYK
RGB Variations
Color information
#CF0270 (or 0xCF0270) is known color: Medium Violet Red. HEX triplet: CF, 02 and 70. RGB value is (207,2,112). Sum of RGB (Red+Green+Blue) = 207+2+112=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0270 is #30FD8F. Grayscale: #4B4B4B. Windows color (decimal): -3210640 or 7340751. OLE color: 7340751.
HSL color Cylindrical-coordinate representation of color #CF0270: hue angle of 327.8º 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 #CF0270 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.19 |
| HSL | 327.8º | 0.98% | 0.41% | - |
| HSV(B) | 327.8º | 0.99% | 0.81% | - |
| XYZ | 28.68 | 14.48 | 16.61 | - |
| YUV | 75.84 | 148.42 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 112 | 0 | 0.99 | 0.46 | 0.19 | 327.8 | 0.98 | 0.41 |
| Hex | CF | 2 | 70 | 0 | 63 | 2E | 13 | 148 | 62 | 29 |
| Octal | 317 | 2 | 160 | 0 | 143 | 56 | 23 | 510 | 142 | 51 |
| Binary | 11001111 | 10 | 1110000 | 0 | 1100011 | 101110 | 10011 | 101001000 | 1100010 | 101001 |
Color Harmonies of #CF0270
Complementary color
Monochromatic Colors of #CF0270
Black with #CF0270
Text Example
Text Example
White with #CF0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0270; }
p { color: rgb(207,2,112); }
H1.HeaderClassName
{
color: #CF0270;
}
.AnyTagClassName
{
color: #CF0270;
}
</style>
background-color css
<style>
a { background-color: #CF0270; }
a { background-color: rgb(207,2,112); }
div.DivClassName
{
background-color: #CF0270;
}
.BgClassName
{
background-color: #CF0270;
}
</style>
border-color css
<style>
span { border-color: #CF0270; }
span { border-color: rgb(207,2,112); }
td.TdClassName
{
border-color: #CF0270;
}
.TagClassName
{
border-color: #CF0270;
}
</style>