Shades of Medium Violet Red #CF0378
Tints of Medium Violet Red #CF0378
RGB
CMYK
RGB Variations
Color information
#CF0378 (or 0xCF0378) is known color: Medium Violet Red. HEX triplet: CF, 03 and 78. RGB value is (207,3,120). Sum of RGB (Red+Green+Blue) = 207+3+120=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0378 is #30FC87. Grayscale: #4D4D4D. Windows color (decimal): -3210376 or 7865295. OLE color: 7865295.
HSL color Cylindrical-coordinate representation of color #CF0378: hue angle of 325.59º degrees, saturation: 0.97, 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 #CF0378 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.19 |
| HSL | 325.59º | 0.97% | 0.41% | - |
| HSV(B) | 325.59º | 0.99% | 0.81% | - |
| XYZ | 29.15 | 14.69 | 19.07 | - |
| YUV | 77.33 | 152.09 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 120 | 0 | 0.99 | 0.42 | 0.19 | 325.59 | 0.97 | 0.41 |
| Hex | CF | 3 | 78 | 0 | 63 | 2A | 13 | 146 | 61 | 29 |
| Octal | 317 | 3 | 170 | 0 | 143 | 52 | 23 | 506 | 141 | 51 |
| Binary | 11001111 | 11 | 1111000 | 0 | 1100011 | 101010 | 10011 | 101000110 | 1100001 | 101001 |
Color Harmonies of #CF0378
Complementary color
Monochromatic Colors of #CF0378
Black with #CF0378
Text Example
Text Example
White with #CF0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0378; }
p { color: rgb(207,3,120); }
H1.HeaderClassName
{
color: #CF0378;
}
.AnyTagClassName
{
color: #CF0378;
}
</style>
background-color css
<style>
a { background-color: #CF0378; }
a { background-color: rgb(207,3,120); }
div.DivClassName
{
background-color: #CF0378;
}
.BgClassName
{
background-color: #CF0378;
}
</style>
border-color css
<style>
span { border-color: #CF0378; }
span { border-color: rgb(207,3,120); }
td.TdClassName
{
border-color: #CF0378;
}
.TagClassName
{
border-color: #CF0378;
}
</style>