Shades of Medium Violet Red #CF09A5
Tints of Medium Violet Red #CF09A5
RGB
CMYK
RGB Variations
Color information
#CF09A5 (or 0xCF09A5) is known color: Medium Violet Red. HEX triplet: CF, 09 and A5. RGB value is (207,9,165). Sum of RGB (Red+Green+Blue) = 207+9+165=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09A5 is #30F65A. Grayscale: #555555. Windows color (decimal): -3208795 or 10815951. OLE color: 10815951.
HSL color Cylindrical-coordinate representation of color #CF09A5: hue angle of 312.73º 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 #CF09A5 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 165 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.19 |
| HSL | 312.73º | 0.92% | 0.42% | - |
| HSV(B) | 312.73º | 0.96% | 0.81% | - |
| XYZ | 32.62 | 16.18 | 37 | - |
| YUV | 85.99 | 172.6 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 165 | 0 | 0.96 | 0.20 | 0.19 | 312.73 | 0.92 | 0.42 |
| Hex | CF | 9 | A5 | 0 | 60 | 14 | 13 | 139 | 5C | 2A |
| Octal | 317 | 11 | 245 | 0 | 140 | 24 | 23 | 471 | 134 | 52 |
| Binary | 11001111 | 1001 | 10100101 | 0 | 1100000 | 10100 | 10011 | 100111001 | 1011100 | 101010 |
Color Harmonies of #CF09A5
Complementary color
Monochromatic Colors of #CF09A5
Black with #CF09A5
Text Example
Text Example
White with #CF09A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09A5; }
p { color: rgb(207,9,165); }
H1.HeaderClassName
{
color: #CF09A5;
}
.AnyTagClassName
{
color: #CF09A5;
}
</style>
background-color css
<style>
a { background-color: #CF09A5; }
a { background-color: rgb(207,9,165); }
div.DivClassName
{
background-color: #CF09A5;
}
.BgClassName
{
background-color: #CF09A5;
}
</style>
border-color css
<style>
span { border-color: #CF09A5; }
span { border-color: rgb(207,9,165); }
td.TdClassName
{
border-color: #CF09A5;
}
.TagClassName
{
border-color: #CF09A5;
}
</style>