Shades of Medium Violet Red #CF107A
Tints of Medium Violet Red #CF107A
RGB
CMYK
RGB Variations
Color information
#CF107A (or 0xCF107A) is known color: Medium Violet Red. HEX triplet: CF, 10 and 7A. RGB value is (207,16,122). Sum of RGB (Red+Green+Blue) = 207+16+122=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF107A is #30EF85. Grayscale: #545454. Windows color (decimal): -3207046 or 7999695. OLE color: 7999695.
HSL color Cylindrical-coordinate representation of color #CF107A: hue angle of 326.7º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF107A is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 122 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.19 |
| HSL | 326.7º | 0.86% | 0.44% | - |
| HSV(B) | 326.7º | 0.92% | 0.81% | - |
| XYZ | 29.43 | 15.04 | 19.76 | - |
| YUV | 85.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 122 | 0 | 0.92 | 0.41 | 0.19 | 326.7 | 0.86 | 0.44 |
| Hex | CF | 10 | 7A | 0 | 5C | 29 | 13 | 147 | 56 | 2C |
| Octal | 317 | 20 | 172 | 0 | 134 | 51 | 23 | 507 | 126 | 54 |
| Binary | 11001111 | 10000 | 1111010 | 0 | 1011100 | 101001 | 10011 | 101000111 | 1010110 | 101100 |
Color Harmonies of #CF107A
Complementary color
Monochromatic Colors of #CF107A
Black with #CF107A
Text Example
Text Example
White with #CF107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF107A; }
p { color: rgb(207,16,122); }
H1.HeaderClassName
{
color: #CF107A;
}
.AnyTagClassName
{
color: #CF107A;
}
</style>
background-color css
<style>
a { background-color: #CF107A; }
a { background-color: rgb(207,16,122); }
div.DivClassName
{
background-color: #CF107A;
}
.BgClassName
{
background-color: #CF107A;
}
</style>
border-color css
<style>
span { border-color: #CF107A; }
span { border-color: rgb(207,16,122); }
td.TdClassName
{
border-color: #CF107A;
}
.TagClassName
{
border-color: #CF107A;
}
</style>