Shades of Medium Violet Red #CF178B
Tints of Medium Violet Red #CF178B
RGB
CMYK
RGB Variations
Color information
#CF178B (or 0xCF178B) is known color: Medium Violet Red. HEX triplet: CF, 17 and 8B. RGB value is (207,23,139). Sum of RGB (Red+Green+Blue) = 207+23+139=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF178B is #30E874. Grayscale: #5A5A5A. Windows color (decimal): -3205237 or 9115599. OLE color: 9115599.
HSL color Cylindrical-coordinate representation of color #CF178B: hue angle of 322.17º 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 #CF178B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 139 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.19 |
| HSL | 322.17º | 0.8% | 0.45% | - |
| HSV(B) | 322.17º | 0.89% | 0.81% | - |
| XYZ | 30.7 | 15.74 | 25.85 | - |
| YUV | 91.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 139 | 0 | 0.89 | 0.33 | 0.19 | 322.17 | 0.8 | 0.45 |
| Hex | CF | 17 | 8B | 0 | 59 | 21 | 13 | 142 | 50 | 2D |
| Octal | 317 | 27 | 213 | 0 | 131 | 41 | 23 | 502 | 120 | 55 |
| Binary | 11001111 | 10111 | 10001011 | 0 | 1011001 | 100001 | 10011 | 101000010 | 1010000 | 101101 |
Color Harmonies of #CF178B
Complementary color
Monochromatic Colors of #CF178B
Black with #CF178B
Text Example
Text Example
White with #CF178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF178B; }
p { color: rgb(207,23,139); }
H1.HeaderClassName
{
color: #CF178B;
}
.AnyTagClassName
{
color: #CF178B;
}
</style>
background-color css
<style>
a { background-color: #CF178B; }
a { background-color: rgb(207,23,139); }
div.DivClassName
{
background-color: #CF178B;
}
.BgClassName
{
background-color: #CF178B;
}
</style>
border-color css
<style>
span { border-color: #CF178B; }
span { border-color: rgb(207,23,139); }
td.TdClassName
{
border-color: #CF178B;
}
.TagClassName
{
border-color: #CF178B;
}
</style>