Shades of Medium Violet Red #CF0278
Tints of Medium Violet Red #CF0278
RGB
CMYK
RGB Variations
Color information
#CF0278 (or 0xCF0278) is known color: Medium Violet Red. HEX triplet: CF, 02 and 78. RGB value is (207,2,120). Sum of RGB (Red+Green+Blue) = 207+2+120=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0278 is #30FD87. Grayscale: #4C4C4C. Windows color (decimal): -3210632 or 7865039. OLE color: 7865039.
HSL color Cylindrical-coordinate representation of color #CF0278: hue angle of 325.46º 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 #CF0278 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.19 |
| HSL | 325.46º | 0.98% | 0.41% | - |
| HSV(B) | 325.46º | 0.99% | 0.81% | - |
| XYZ | 29.14 | 14.66 | 19.06 | - |
| YUV | 76.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 120 | 0 | 0.99 | 0.42 | 0.19 | 325.46 | 0.98 | 0.41 |
| Hex | CF | 2 | 78 | 0 | 63 | 2A | 13 | 145 | 62 | 29 |
| Octal | 317 | 2 | 170 | 0 | 143 | 52 | 23 | 505 | 142 | 51 |
| Binary | 11001111 | 10 | 1111000 | 0 | 1100011 | 101010 | 10011 | 101000101 | 1100010 | 101001 |
Color Harmonies of #CF0278
Complementary color
Monochromatic Colors of #CF0278
Black with #CF0278
Text Example
Text Example
White with #CF0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0278; }
p { color: rgb(207,2,120); }
H1.HeaderClassName
{
color: #CF0278;
}
.AnyTagClassName
{
color: #CF0278;
}
</style>
background-color css
<style>
a { background-color: #CF0278; }
a { background-color: rgb(207,2,120); }
div.DivClassName
{
background-color: #CF0278;
}
.BgClassName
{
background-color: #CF0278;
}
</style>
border-color css
<style>
span { border-color: #CF0278; }
span { border-color: rgb(207,2,120); }
td.TdClassName
{
border-color: #CF0278;
}
.TagClassName
{
border-color: #CF0278;
}
</style>