Shades of Medium Violet Red #CF147B
Tints of Medium Violet Red #CF147B
RGB
CMYK
RGB Variations
Color information
#CF147B (or 0xCF147B) is known color: Medium Violet Red. HEX triplet: CF, 14 and 7B. RGB value is (207,20,123). Sum of RGB (Red+Green+Blue) = 207+20+123=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF147B is #30EB84. Grayscale: #575757. Windows color (decimal): -3206021 or 8066255. OLE color: 8066255.
HSL color Cylindrical-coordinate representation of color #CF147B: hue angle of 326.95º 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 #CF147B is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 123 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.19 |
| HSL | 326.95º | 0.82% | 0.45% | - |
| HSV(B) | 326.95º | 0.9% | 0.81% | - |
| XYZ | 29.56 | 15.2 | 20.11 | - |
| YUV | 87.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 123 | 0 | 0.90 | 0.41 | 0.19 | 326.95 | 0.82 | 0.45 |
| Hex | CF | 14 | 7B | 0 | 5A | 29 | 13 | 147 | 52 | 2D |
| Octal | 317 | 24 | 173 | 0 | 132 | 51 | 23 | 507 | 122 | 55 |
| Binary | 11001111 | 10100 | 1111011 | 0 | 1011010 | 101001 | 10011 | 101000111 | 1010010 | 101101 |
Color Harmonies of #CF147B
Complementary color
Monochromatic Colors of #CF147B
Black with #CF147B
Text Example
Text Example
White with #CF147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF147B; }
p { color: rgb(207,20,123); }
H1.HeaderClassName
{
color: #CF147B;
}
.AnyTagClassName
{
color: #CF147B;
}
</style>
background-color css
<style>
a { background-color: #CF147B; }
a { background-color: rgb(207,20,123); }
div.DivClassName
{
background-color: #CF147B;
}
.BgClassName
{
background-color: #CF147B;
}
</style>
border-color css
<style>
span { border-color: #CF147B; }
span { border-color: rgb(207,20,123); }
td.TdClassName
{
border-color: #CF147B;
}
.TagClassName
{
border-color: #CF147B;
}
</style>