Shades of Medium Violet Red #CF088C
Tints of Medium Violet Red #CF088C
RGB
CMYK
RGB Variations
Color information
#CF088C (or 0xCF088C) is known color: Medium Violet Red. HEX triplet: CF, 08 and 8C. RGB value is (207,8,140). Sum of RGB (Red+Green+Blue) = 207+8+140=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF088C is #30F773. Grayscale: #525252. Windows color (decimal): -3209076 or 9177295. OLE color: 9177295.
HSL color Cylindrical-coordinate representation of color #CF088C: hue angle of 320.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF088C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.19 |
| HSL | 320.2º | 0.93% | 0.42% | - |
| HSV(B) | 320.2º | 0.96% | 0.81% | - |
| XYZ | 30.55 | 15.33 | 26.16 | - |
| YUV | 82.55 | 160.43 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 140 | 0 | 0.96 | 0.32 | 0.19 | 320.2 | 0.93 | 0.42 |
| Hex | CF | 8 | 8C | 0 | 60 | 20 | 13 | 140 | 5D | 2A |
| Octal | 317 | 10 | 214 | 0 | 140 | 40 | 23 | 500 | 135 | 52 |
| Binary | 11001111 | 1000 | 10001100 | 0 | 1100000 | 100000 | 10011 | 101000000 | 1011101 | 101010 |
Color Harmonies of #CF088C
Complementary color
Monochromatic Colors of #CF088C
Black with #CF088C
Text Example
Text Example
White with #CF088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF088C; }
p { color: rgb(207,8,140); }
H1.HeaderClassName
{
color: #CF088C;
}
.AnyTagClassName
{
color: #CF088C;
}
</style>
background-color css
<style>
a { background-color: #CF088C; }
a { background-color: rgb(207,8,140); }
div.DivClassName
{
background-color: #CF088C;
}
.BgClassName
{
background-color: #CF088C;
}
</style>
border-color css
<style>
span { border-color: #CF088C; }
span { border-color: rgb(207,8,140); }
td.TdClassName
{
border-color: #CF088C;
}
.TagClassName
{
border-color: #CF088C;
}
</style>