Shades of Medium Violet Red #CF089C
Tints of Medium Violet Red #CF089C
RGB
CMYK
RGB Variations
Color information
#CF089C (or 0xCF089C) is known color: Medium Violet Red. HEX triplet: CF, 08 and 9C. RGB value is (207,8,156). Sum of RGB (Red+Green+Blue) = 207+8+156=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF089C is #30F763. Grayscale: #535353. Windows color (decimal): -3209060 or 10225871. OLE color: 10225871.
HSL color Cylindrical-coordinate representation of color #CF089C: hue angle of 315.38º 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 #CF089C is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.19 |
| HSL | 315.38º | 0.93% | 0.42% | - |
| HSV(B) | 315.38º | 0.96% | 0.81% | - |
| XYZ | 31.82 | 15.84 | 32.83 | - |
| YUV | 84.37 | 168.43 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 156 | 0 | 0.96 | 0.25 | 0.19 | 315.38 | 0.93 | 0.42 |
| Hex | CF | 8 | 9C | 0 | 60 | 19 | 13 | 13B | 5D | 2A |
| Octal | 317 | 10 | 234 | 0 | 140 | 31 | 23 | 473 | 135 | 52 |
| Binary | 11001111 | 1000 | 10011100 | 0 | 1100000 | 11001 | 10011 | 100111011 | 1011101 | 101010 |
Color Harmonies of #CF089C
Complementary color
Monochromatic Colors of #CF089C
Black with #CF089C
Text Example
Text Example
White with #CF089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF089C; }
p { color: rgb(207,8,156); }
H1.HeaderClassName
{
color: #CF089C;
}
.AnyTagClassName
{
color: #CF089C;
}
</style>
background-color css
<style>
a { background-color: #CF089C; }
a { background-color: rgb(207,8,156); }
div.DivClassName
{
background-color: #CF089C;
}
.BgClassName
{
background-color: #CF089C;
}
</style>
border-color css
<style>
span { border-color: #CF089C; }
span { border-color: rgb(207,8,156); }
td.TdClassName
{
border-color: #CF089C;
}
.TagClassName
{
border-color: #CF089C;
}
</style>