Shades of Medium Violet Red #CF09A0
Tints of Medium Violet Red #CF09A0
RGB
CMYK
RGB Variations
Color information
#CF09A0 (or 0xCF09A0) is known color: Medium Violet Red. HEX triplet: CF, 09 and A0. RGB value is (207,9,160). Sum of RGB (Red+Green+Blue) = 207+9+160=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09A0 is #30F65F. Grayscale: #555555. Windows color (decimal): -3208800 or 10488271. OLE color: 10488271.
HSL color Cylindrical-coordinate representation of color #CF09A0: hue angle of 314.24º degrees, saturation: 0.92, 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 #CF09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.19 |
| HSL | 314.24º | 0.92% | 0.42% | - |
| HSV(B) | 314.24º | 0.96% | 0.81% | - |
| XYZ | 32.17 | 16 | 34.65 | - |
| YUV | 85.42 | 170.1 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 160 | 0 | 0.96 | 0.23 | 0.19 | 314.24 | 0.92 | 0.42 |
| Hex | CF | 9 | A0 | 0 | 60 | 17 | 13 | 13A | 5C | 2A |
| Octal | 317 | 11 | 240 | 0 | 140 | 27 | 23 | 472 | 134 | 52 |
| Binary | 11001111 | 1001 | 10100000 | 0 | 1100000 | 10111 | 10011 | 100111010 | 1011100 | 101010 |
Color Harmonies of #CF09A0
Complementary color
Monochromatic Colors of #CF09A0
Black with #CF09A0
Text Example
Text Example
White with #CF09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09A0; }
p { color: rgb(207,9,160); }
H1.HeaderClassName
{
color: #CF09A0;
}
.AnyTagClassName
{
color: #CF09A0;
}
</style>
background-color css
<style>
a { background-color: #CF09A0; }
a { background-color: rgb(207,9,160); }
div.DivClassName
{
background-color: #CF09A0;
}
.BgClassName
{
background-color: #CF09A0;
}
</style>
border-color css
<style>
span { border-color: #CF09A0; }
span { border-color: rgb(207,9,160); }
td.TdClassName
{
border-color: #CF09A0;
}
.TagClassName
{
border-color: #CF09A0;
}
</style>