Shades of Medium Violet Red #CF09A3
Tints of Medium Violet Red #CF09A3
RGB
CMYK
RGB Variations
Color information
#CF09A3 (or 0xCF09A3) is known color: Medium Violet Red. HEX triplet: CF, 09 and A3. RGB value is (207,9,163). Sum of RGB (Red+Green+Blue) = 207+9+163=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09A3 is #30F65C. Grayscale: #555555. Windows color (decimal): -3208797 or 10684879. OLE color: 10684879.
HSL color Cylindrical-coordinate representation of color #CF09A3: hue angle of 313.33º 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 #CF09A3 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 163 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.19 |
| HSL | 313.33º | 0.92% | 0.42% | - |
| HSV(B) | 313.33º | 0.96% | 0.81% | - |
| XYZ | 32.44 | 16.11 | 36.05 | - |
| YUV | 85.76 | 171.6 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 163 | 0 | 0.96 | 0.21 | 0.19 | 313.33 | 0.92 | 0.42 |
| Hex | CF | 9 | A3 | 0 | 60 | 15 | 13 | 139 | 5C | 2A |
| Octal | 317 | 11 | 243 | 0 | 140 | 25 | 23 | 471 | 134 | 52 |
| Binary | 11001111 | 1001 | 10100011 | 0 | 1100000 | 10101 | 10011 | 100111001 | 1011100 | 101010 |
Color Harmonies of #CF09A3
Complementary color
Monochromatic Colors of #CF09A3
Black with #CF09A3
Text Example
Text Example
White with #CF09A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09A3; }
p { color: rgb(207,9,163); }
H1.HeaderClassName
{
color: #CF09A3;
}
.AnyTagClassName
{
color: #CF09A3;
}
</style>
background-color css
<style>
a { background-color: #CF09A3; }
a { background-color: rgb(207,9,163); }
div.DivClassName
{
background-color: #CF09A3;
}
.BgClassName
{
background-color: #CF09A3;
}
</style>
border-color css
<style>
span { border-color: #CF09A3; }
span { border-color: rgb(207,9,163); }
td.TdClassName
{
border-color: #CF09A3;
}
.TagClassName
{
border-color: #CF09A3;
}
</style>