Shades of Medium Violet Red #CF178D
Tints of Medium Violet Red #CF178D
RGB
CMYK
RGB Variations
Color information
#CF178D (or 0xCF178D) is known color: Medium Violet Red. HEX triplet: CF, 17 and 8D. RGB value is (207,23,141). Sum of RGB (Red+Green+Blue) = 207+23+141=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF178D is #30E872. Grayscale: #5B5B5B. Windows color (decimal): -3205235 or 9246671. OLE color: 9246671.
HSL color Cylindrical-coordinate representation of color #CF178D: hue angle of 321.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF178D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 141 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.19 |
| HSL | 321.52º | 0.8% | 0.45% | - |
| HSV(B) | 321.52º | 0.89% | 0.81% | - |
| XYZ | 30.85 | 15.8 | 26.62 | - |
| YUV | 91.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 141 | 0 | 0.89 | 0.32 | 0.19 | 321.52 | 0.8 | 0.45 |
| Hex | CF | 17 | 8D | 0 | 59 | 20 | 13 | 142 | 50 | 2D |
| Octal | 317 | 27 | 215 | 0 | 131 | 40 | 23 | 502 | 120 | 55 |
| Binary | 11001111 | 10111 | 10001101 | 0 | 1011001 | 100000 | 10011 | 101000010 | 1010000 | 101101 |
Color Harmonies of #CF178D
Complementary color
Monochromatic Colors of #CF178D
Black with #CF178D
Text Example
Text Example
White with #CF178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF178D; }
p { color: rgb(207,23,141); }
H1.HeaderClassName
{
color: #CF178D;
}
.AnyTagClassName
{
color: #CF178D;
}
</style>
background-color css
<style>
a { background-color: #CF178D; }
a { background-color: rgb(207,23,141); }
div.DivClassName
{
background-color: #CF178D;
}
.BgClassName
{
background-color: #CF178D;
}
</style>
border-color css
<style>
span { border-color: #CF178D; }
span { border-color: rgb(207,23,141); }
td.TdClassName
{
border-color: #CF178D;
}
.TagClassName
{
border-color: #CF178D;
}
</style>