Shades of Medium Violet Red #CF009A
Tints of Medium Violet Red #CF009A
RGB
CMYK
RGB Variations
Color information
#CF009A (or 0xCF009A) is known color: Medium Violet Red. HEX triplet: CF, 00 and 9A. RGB value is (207,0,154). Sum of RGB (Red+Green+Blue) = 207+0+154=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF009A is #30FF65. Grayscale: #4F4F4F. Windows color (decimal): -3211110 or 10092751. OLE color: 10092751.
HSL color Cylindrical-coordinate representation of color #CF009A: hue angle of 315.36º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF009A is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.26 | 0.19 |
| HSL | 315.36º | 1% | 0.41% | - |
| HSV(B) | 315.36º | 1% | 0.81% | - |
| XYZ | 31.56 | 15.6 | 31.92 | - |
| YUV | 79.45 | 170.08 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 154 | 0 | 1 | 0.26 | 0.19 | 315.36 | 1 | 0.41 |
| Hex | CF | 0 | 9A | 0 | 64 | 1A | 13 | 13B | 64 | 29 |
| Octal | 317 | 0 | 232 | 0 | 144 | 32 | 23 | 473 | 144 | 51 |
| Binary | 11001111 | 0 | 10011010 | 0 | 1100100 | 11010 | 10011 | 100111011 | 1100100 | 101001 |
Color Harmonies of #CF009A
Complementary color
Monochromatic Colors of #CF009A
Black with #CF009A
Text Example
Text Example
White with #CF009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF009A; }
p { color: rgb(207,0,154); }
H1.HeaderClassName
{
color: #CF009A;
}
.AnyTagClassName
{
color: #CF009A;
}
</style>
background-color css
<style>
a { background-color: #CF009A; }
a { background-color: rgb(207,0,154); }
div.DivClassName
{
background-color: #CF009A;
}
.BgClassName
{
background-color: #CF009A;
}
</style>
border-color css
<style>
span { border-color: #CF009A; }
span { border-color: rgb(207,0,154); }
td.TdClassName
{
border-color: #CF009A;
}
.TagClassName
{
border-color: #CF009A;
}
</style>