Shades of Medium Violet Red #CF147D
Tints of Medium Violet Red #CF147D
RGB
CMYK
RGB Variations
Color information
#CF147D (or 0xCF147D) is known color: Medium Violet Red. HEX triplet: CF, 14 and 7D. RGB value is (207,20,125). Sum of RGB (Red+Green+Blue) = 207+20+125=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF147D is #30EB82. Grayscale: #575757. Windows color (decimal): -3206019 or 8197327. OLE color: 8197327.
HSL color Cylindrical-coordinate representation of color #CF147D: hue angle of 326.31º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF147D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 125 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.19 |
| HSL | 326.31º | 0.82% | 0.45% | - |
| HSV(B) | 326.31º | 0.9% | 0.81% | - |
| XYZ | 29.68 | 15.25 | 20.78 | - |
| YUV | 87.88 | 148.95 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 125 | 0 | 0.90 | 0.40 | 0.19 | 326.31 | 0.82 | 0.45 |
| Hex | CF | 14 | 7D | 0 | 5A | 28 | 13 | 146 | 52 | 2D |
| Octal | 317 | 24 | 175 | 0 | 132 | 50 | 23 | 506 | 122 | 55 |
| Binary | 11001111 | 10100 | 1111101 | 0 | 1011010 | 101000 | 10011 | 101000110 | 1010010 | 101101 |
Color Harmonies of #CF147D
Complementary color
Monochromatic Colors of #CF147D
Black with #CF147D
Text Example
Text Example
White with #CF147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF147D; }
p { color: rgb(207,20,125); }
H1.HeaderClassName
{
color: #CF147D;
}
.AnyTagClassName
{
color: #CF147D;
}
</style>
background-color css
<style>
a { background-color: #CF147D; }
a { background-color: rgb(207,20,125); }
div.DivClassName
{
background-color: #CF147D;
}
.BgClassName
{
background-color: #CF147D;
}
</style>
border-color css
<style>
span { border-color: #CF147D; }
span { border-color: rgb(207,20,125); }
td.TdClassName
{
border-color: #CF147D;
}
.TagClassName
{
border-color: #CF147D;
}
</style>