Shades of Medium Violet Red #CF087F
Tints of Medium Violet Red #CF087F
RGB
CMYK
RGB Variations
Color information
#CF087F (or 0xCF087F) is known color: Medium Violet Red. HEX triplet: CF, 08 and 7F. RGB value is (207,8,127). Sum of RGB (Red+Green+Blue) = 207+8+127=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF087F is #30F780. Grayscale: #505050. Windows color (decimal): -3209089 or 8325327. OLE color: 8325327.
HSL color Cylindrical-coordinate representation of color #CF087F: hue angle of 324.12º 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 #CF087F is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.19 |
| HSL | 324.12º | 0.93% | 0.42% | - |
| HSV(B) | 324.12º | 0.96% | 0.81% | - |
| XYZ | 29.65 | 14.97 | 21.41 | - |
| YUV | 81.07 | 153.93 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 127 | 0 | 0.96 | 0.39 | 0.19 | 324.12 | 0.93 | 0.42 |
| Hex | CF | 8 | 7F | 0 | 60 | 27 | 13 | 144 | 5D | 2A |
| Octal | 317 | 10 | 177 | 0 | 140 | 47 | 23 | 504 | 135 | 52 |
| Binary | 11001111 | 1000 | 1111111 | 0 | 1100000 | 100111 | 10011 | 101000100 | 1011101 | 101010 |
Color Harmonies of #CF087F
Complementary color
Monochromatic Colors of #CF087F
Black with #CF087F
Text Example
Text Example
White with #CF087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF087F; }
p { color: rgb(207,8,127); }
H1.HeaderClassName
{
color: #CF087F;
}
.AnyTagClassName
{
color: #CF087F;
}
</style>
background-color css
<style>
a { background-color: #CF087F; }
a { background-color: rgb(207,8,127); }
div.DivClassName
{
background-color: #CF087F;
}
.BgClassName
{
background-color: #CF087F;
}
</style>
border-color css
<style>
span { border-color: #CF087F; }
span { border-color: rgb(207,8,127); }
td.TdClassName
{
border-color: #CF087F;
}
.TagClassName
{
border-color: #CF087F;
}
</style>