Shades of Medium Violet Red #CF09A1
Tints of Medium Violet Red #CF09A1
RGB
CMYK
RGB Variations
Color information
#CF09A1 (or 0xCF09A1) is known color: Medium Violet Red. HEX triplet: CF, 09 and A1. RGB value is (207,9,161). Sum of RGB (Red+Green+Blue) = 207+9+161=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09A1 is #30F65E. Grayscale: #555555. Windows color (decimal): -3208799 or 10553807. OLE color: 10553807.
HSL color Cylindrical-coordinate representation of color #CF09A1: hue angle of 313.94º 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 #CF09A1 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 161 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.19 |
| HSL | 313.94º | 0.92% | 0.42% | - |
| HSV(B) | 313.94º | 0.96% | 0.81% | - |
| XYZ | 32.26 | 16.03 | 35.11 | - |
| YUV | 85.53 | 170.6 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 161 | 0 | 0.96 | 0.22 | 0.19 | 313.94 | 0.92 | 0.42 |
| Hex | CF | 9 | A1 | 0 | 60 | 16 | 13 | 13A | 5C | 2A |
| Octal | 317 | 11 | 241 | 0 | 140 | 26 | 23 | 472 | 134 | 52 |
| Binary | 11001111 | 1001 | 10100001 | 0 | 1100000 | 10110 | 10011 | 100111010 | 1011100 | 101010 |
Color Harmonies of #CF09A1
Complementary color
Monochromatic Colors of #CF09A1
Black with #CF09A1
Text Example
Text Example
White with #CF09A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09A1; }
p { color: rgb(207,9,161); }
H1.HeaderClassName
{
color: #CF09A1;
}
.AnyTagClassName
{
color: #CF09A1;
}
</style>
background-color css
<style>
a { background-color: #CF09A1; }
a { background-color: rgb(207,9,161); }
div.DivClassName
{
background-color: #CF09A1;
}
.BgClassName
{
background-color: #CF09A1;
}
</style>
border-color css
<style>
span { border-color: #CF09A1; }
span { border-color: rgb(207,9,161); }
td.TdClassName
{
border-color: #CF09A1;
}
.TagClassName
{
border-color: #CF09A1;
}
</style>