Shades of Medium Violet Red #CF178A
Tints of Medium Violet Red #CF178A
RGB
CMYK
RGB Variations
Color information
#CF178A (or 0xCF178A) is known color: Medium Violet Red. HEX triplet: CF, 17 and 8A. RGB value is (207,23,138). Sum of RGB (Red+Green+Blue) = 207+23+138=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF178A is #30E875. Grayscale: #5A5A5A. Windows color (decimal): -3205238 or 9050063. OLE color: 9050063.
HSL color Cylindrical-coordinate representation of color #CF178A: hue angle of 322.5º 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 #CF178A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 138 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.19 |
| HSL | 322.5º | 0.8% | 0.45% | - |
| HSV(B) | 322.5º | 0.89% | 0.81% | - |
| XYZ | 30.63 | 15.71 | 25.46 | - |
| YUV | 91.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 138 | 0 | 0.89 | 0.33 | 0.19 | 322.5 | 0.8 | 0.45 |
| Hex | CF | 17 | 8A | 0 | 59 | 21 | 13 | 142 | 50 | 2D |
| Octal | 317 | 27 | 212 | 0 | 131 | 41 | 23 | 502 | 120 | 55 |
| Binary | 11001111 | 10111 | 10001010 | 0 | 1011001 | 100001 | 10011 | 101000010 | 1010000 | 101101 |
Color Harmonies of #CF178A
Complementary color
Monochromatic Colors of #CF178A
Black with #CF178A
Text Example
Text Example
White with #CF178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF178A; }
p { color: rgb(207,23,138); }
H1.HeaderClassName
{
color: #CF178A;
}
.AnyTagClassName
{
color: #CF178A;
}
</style>
background-color css
<style>
a { background-color: #CF178A; }
a { background-color: rgb(207,23,138); }
div.DivClassName
{
background-color: #CF178A;
}
.BgClassName
{
background-color: #CF178A;
}
</style>
border-color css
<style>
span { border-color: #CF178A; }
span { border-color: rgb(207,23,138); }
td.TdClassName
{
border-color: #CF178A;
}
.TagClassName
{
border-color: #CF178A;
}
</style>