Shades of Medium Violet Red #CF169A
Tints of Medium Violet Red #CF169A
RGB
CMYK
RGB Variations
Color information
#CF169A (or 0xCF169A) is known color: Medium Violet Red. HEX triplet: CF, 16 and 9A. RGB value is (207,22,154). Sum of RGB (Red+Green+Blue) = 207+22+154=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF169A is #30E965. Grayscale: #5C5C5C. Windows color (decimal): -3205478 or 10098383. OLE color: 10098383.
HSL color Cylindrical-coordinate representation of color #CF169A: hue angle of 317.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF169A is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 154 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.19 |
| HSL | 317.19º | 0.81% | 0.45% | - |
| HSV(B) | 317.19º | 0.89% | 0.81% | - |
| XYZ | 31.85 | 16.17 | 32.01 | - |
| YUV | 92.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 154 | 0 | 0.89 | 0.26 | 0.19 | 317.19 | 0.81 | 0.45 |
| Hex | CF | 16 | 9A | 0 | 59 | 1A | 13 | 13D | 51 | 2D |
| Octal | 317 | 26 | 232 | 0 | 131 | 32 | 23 | 475 | 121 | 55 |
| Binary | 11001111 | 10110 | 10011010 | 0 | 1011001 | 11010 | 10011 | 100111101 | 1010001 | 101101 |
Color Harmonies of #CF169A
Complementary color
Monochromatic Colors of #CF169A
Black with #CF169A
Text Example
Text Example
White with #CF169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF169A; }
p { color: rgb(207,22,154); }
H1.HeaderClassName
{
color: #CF169A;
}
.AnyTagClassName
{
color: #CF169A;
}
</style>
background-color css
<style>
a { background-color: #CF169A; }
a { background-color: rgb(207,22,154); }
div.DivClassName
{
background-color: #CF169A;
}
.BgClassName
{
background-color: #CF169A;
}
</style>
border-color css
<style>
span { border-color: #CF169A; }
span { border-color: rgb(207,22,154); }
td.TdClassName
{
border-color: #CF169A;
}
.TagClassName
{
border-color: #CF169A;
}
</style>