Shades of Medium Violet Red #CF099A
Tints of Medium Violet Red #CF099A
RGB
CMYK
RGB Variations
Color information
#CF099A (or 0xCF099A) is known color: Medium Violet Red. HEX triplet: CF, 09 and 9A. RGB value is (207,9,154). Sum of RGB (Red+Green+Blue) = 207+9+154=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF099A is #30F665. Grayscale: #545454. Windows color (decimal): -3208806 or 10095055. OLE color: 10095055.
HSL color Cylindrical-coordinate representation of color #CF099A: hue angle of 316.06º 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 #CF099A is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.19 |
| HSL | 316.06º | 0.92% | 0.42% | - |
| HSV(B) | 316.06º | 0.96% | 0.81% | - |
| XYZ | 31.66 | 15.79 | 31.95 | - |
| YUV | 84.73 | 167.1 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 154 | 0 | 0.96 | 0.26 | 0.19 | 316.06 | 0.92 | 0.42 |
| Hex | CF | 9 | 9A | 0 | 60 | 1A | 13 | 13C | 5C | 2A |
| Octal | 317 | 11 | 232 | 0 | 140 | 32 | 23 | 474 | 134 | 52 |
| Binary | 11001111 | 1001 | 10011010 | 0 | 1100000 | 11010 | 10011 | 100111100 | 1011100 | 101010 |
Color Harmonies of #CF099A
Complementary color
Monochromatic Colors of #CF099A
Black with #CF099A
Text Example
Text Example
White with #CF099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF099A; }
p { color: rgb(207,9,154); }
H1.HeaderClassName
{
color: #CF099A;
}
.AnyTagClassName
{
color: #CF099A;
}
</style>
background-color css
<style>
a { background-color: #CF099A; }
a { background-color: rgb(207,9,154); }
div.DivClassName
{
background-color: #CF099A;
}
.BgClassName
{
background-color: #CF099A;
}
</style>
border-color css
<style>
span { border-color: #CF099A; }
span { border-color: rgb(207,9,154); }
td.TdClassName
{
border-color: #CF099A;
}
.TagClassName
{
border-color: #CF099A;
}
</style>