Shades of Medium Violet Red #CF099B
Tints of Medium Violet Red #CF099B
RGB
CMYK
RGB Variations
Color information
#CF099B (or 0xCF099B) is known color: Medium Violet Red. HEX triplet: CF, 09 and 9B. RGB value is (207,9,155). Sum of RGB (Red+Green+Blue) = 207+9+155=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF099B is #30F664. Grayscale: #545454. Windows color (decimal): -3208805 or 10160591. OLE color: 10160591.
HSL color Cylindrical-coordinate representation of color #CF099B: hue angle of 315.76º 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 #CF099B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.19 |
| HSL | 315.76º | 0.92% | 0.42% | - |
| HSV(B) | 315.76º | 0.96% | 0.81% | - |
| XYZ | 31.75 | 15.83 | 32.39 | - |
| YUV | 84.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 155 | 0 | 0.96 | 0.25 | 0.19 | 315.76 | 0.92 | 0.42 |
| Hex | CF | 9 | 9B | 0 | 60 | 19 | 13 | 13C | 5C | 2A |
| Octal | 317 | 11 | 233 | 0 | 140 | 31 | 23 | 474 | 134 | 52 |
| Binary | 11001111 | 1001 | 10011011 | 0 | 1100000 | 11001 | 10011 | 100111100 | 1011100 | 101010 |
Color Harmonies of #CF099B
Complementary color
Monochromatic Colors of #CF099B
Black with #CF099B
Text Example
Text Example
White with #CF099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF099B; }
p { color: rgb(207,9,155); }
H1.HeaderClassName
{
color: #CF099B;
}
.AnyTagClassName
{
color: #CF099B;
}
</style>
background-color css
<style>
a { background-color: #CF099B; }
a { background-color: rgb(207,9,155); }
div.DivClassName
{
background-color: #CF099B;
}
.BgClassName
{
background-color: #CF099B;
}
</style>
border-color css
<style>
span { border-color: #CF099B; }
span { border-color: rgb(207,9,155); }
td.TdClassName
{
border-color: #CF099B;
}
.TagClassName
{
border-color: #CF099B;
}
</style>