Shades of Medium Violet Red #CF087D
Tints of Medium Violet Red #CF087D
RGB
CMYK
RGB Variations
Color information
#CF087D (or 0xCF087D) is known color: Medium Violet Red. HEX triplet: CF, 08 and 7D. RGB value is (207,8,125). Sum of RGB (Red+Green+Blue) = 207+8+125=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF087D is #30F782. Grayscale: #505050. Windows color (decimal): -3209091 or 8194255. OLE color: 8194255.
HSL color Cylindrical-coordinate representation of color #CF087D: hue angle of 324.72º 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 #CF087D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.19 |
| HSL | 324.72º | 0.93% | 0.42% | - |
| HSV(B) | 324.72º | 0.96% | 0.81% | - |
| XYZ | 29.52 | 14.92 | 20.73 | - |
| YUV | 80.84 | 152.93 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 125 | 0 | 0.96 | 0.40 | 0.19 | 324.72 | 0.93 | 0.42 |
| Hex | CF | 8 | 7D | 0 | 60 | 28 | 13 | 145 | 5D | 2A |
| Octal | 317 | 10 | 175 | 0 | 140 | 50 | 23 | 505 | 135 | 52 |
| Binary | 11001111 | 1000 | 1111101 | 0 | 1100000 | 101000 | 10011 | 101000101 | 1011101 | 101010 |
Color Harmonies of #CF087D
Complementary color
Monochromatic Colors of #CF087D
Black with #CF087D
Text Example
Text Example
White with #CF087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF087D; }
p { color: rgb(207,8,125); }
H1.HeaderClassName
{
color: #CF087D;
}
.AnyTagClassName
{
color: #CF087D;
}
</style>
background-color css
<style>
a { background-color: #CF087D; }
a { background-color: rgb(207,8,125); }
div.DivClassName
{
background-color: #CF087D;
}
.BgClassName
{
background-color: #CF087D;
}
</style>
border-color css
<style>
span { border-color: #CF087D; }
span { border-color: rgb(207,8,125); }
td.TdClassName
{
border-color: #CF087D;
}
.TagClassName
{
border-color: #CF087D;
}
</style>