Shades of Medium Violet Red #CF087E
Tints of Medium Violet Red #CF087E
RGB
CMYK
RGB Variations
Color information
#CF087E (or 0xCF087E) is known color: Medium Violet Red. HEX triplet: CF, 08 and 7E. RGB value is (207,8,126). Sum of RGB (Red+Green+Blue) = 207+8+126=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF087E is #30F781. Grayscale: #505050. Windows color (decimal): -3209090 or 8259791. OLE color: 8259791.
HSL color Cylindrical-coordinate representation of color #CF087E: hue angle of 324.42º 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 #CF087E is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.19 |
| HSL | 324.42º | 0.93% | 0.42% | - |
| HSV(B) | 324.42º | 0.96% | 0.81% | - |
| XYZ | 29.58 | 14.95 | 21.06 | - |
| YUV | 80.95 | 153.43 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 126 | 0 | 0.96 | 0.39 | 0.19 | 324.42 | 0.93 | 0.42 |
| Hex | CF | 8 | 7E | 0 | 60 | 27 | 13 | 144 | 5D | 2A |
| Octal | 317 | 10 | 176 | 0 | 140 | 47 | 23 | 504 | 135 | 52 |
| Binary | 11001111 | 1000 | 1111110 | 0 | 1100000 | 100111 | 10011 | 101000100 | 1011101 | 101010 |
Color Harmonies of #CF087E
Complementary color
Monochromatic Colors of #CF087E
Black with #CF087E
Text Example
Text Example
White with #CF087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF087E; }
p { color: rgb(207,8,126); }
H1.HeaderClassName
{
color: #CF087E;
}
.AnyTagClassName
{
color: #CF087E;
}
</style>
background-color css
<style>
a { background-color: #CF087E; }
a { background-color: rgb(207,8,126); }
div.DivClassName
{
background-color: #CF087E;
}
.BgClassName
{
background-color: #CF087E;
}
</style>
border-color css
<style>
span { border-color: #CF087E; }
span { border-color: rgb(207,8,126); }
td.TdClassName
{
border-color: #CF087E;
}
.TagClassName
{
border-color: #CF087E;
}
</style>