Shades of Medium Violet Red #CF0478
Tints of Medium Violet Red #CF0478
RGB
CMYK
RGB Variations
Color information
#CF0478 (or 0xCF0478) is known color: Medium Violet Red. HEX triplet: CF, 04 and 78. RGB value is (207,4,120). Sum of RGB (Red+Green+Blue) = 207+4+120=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0478 is #30FB87. Grayscale: #4D4D4D. Windows color (decimal): -3210120 or 7865551. OLE color: 7865551.
HSL color Cylindrical-coordinate representation of color #CF0478: hue angle of 325.71º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0478 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.19 |
| HSL | 325.71º | 0.96% | 0.41% | - |
| HSV(B) | 325.71º | 0.98% | 0.81% | - |
| XYZ | 29.17 | 14.71 | 19.07 | - |
| YUV | 77.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 120 | 0 | 0.98 | 0.42 | 0.19 | 325.71 | 0.96 | 0.41 |
| Hex | CF | 4 | 78 | 0 | 62 | 2A | 13 | 146 | 60 | 29 |
| Octal | 317 | 4 | 170 | 0 | 142 | 52 | 23 | 506 | 140 | 51 |
| Binary | 11001111 | 100 | 1111000 | 0 | 1100010 | 101010 | 10011 | 101000110 | 1100000 | 101001 |
Color Harmonies of #CF0478
Complementary color
Monochromatic Colors of #CF0478
Black with #CF0478
Text Example
Text Example
White with #CF0478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0478; }
p { color: rgb(207,4,120); }
H1.HeaderClassName
{
color: #CF0478;
}
.AnyTagClassName
{
color: #CF0478;
}
</style>
background-color css
<style>
a { background-color: #CF0478; }
a { background-color: rgb(207,4,120); }
div.DivClassName
{
background-color: #CF0478;
}
.BgClassName
{
background-color: #CF0478;
}
</style>
border-color css
<style>
span { border-color: #CF0478; }
span { border-color: rgb(207,4,120); }
td.TdClassName
{
border-color: #CF0478;
}
.TagClassName
{
border-color: #CF0478;
}
</style>