Shades of Medium Violet Red #CF1DA5
Tints of Medium Violet Red #CF1DA5
RGB
CMYK
RGB Variations
Color information
#CF1DA5 (or 0xCF1DA5) is known color: Medium Violet Red. HEX triplet: CF, 1D and A5. RGB value is (207,29,165). Sum of RGB (Red+Green+Blue) = 207+29+165=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1DA5 is #30E25A. Grayscale: #616161. Windows color (decimal): -3203675 or 10821071. OLE color: 10821071.
HSL color Cylindrical-coordinate representation of color #CF1DA5: hue angle of 314.16º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1DA5 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 165 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.19 |
| HSL | 314.16º | 0.75% | 0.46% | - |
| HSV(B) | 314.16º | 0.86% | 0.81% | - |
| XYZ | 32.96 | 16.86 | 37.11 | - |
| YUV | 97.73 | 165.97 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 165 | 0 | 0.86 | 0.20 | 0.19 | 314.16 | 0.75 | 0.46 |
| Hex | CF | 1D | A5 | 0 | 56 | 14 | 13 | 13A | 4B | 2E |
| Octal | 317 | 35 | 245 | 0 | 126 | 24 | 23 | 472 | 113 | 56 |
| Binary | 11001111 | 11101 | 10100101 | 0 | 1010110 | 10100 | 10011 | 100111010 | 1001011 | 101110 |
Color Harmonies of #CF1DA5
Complementary color
Monochromatic Colors of #CF1DA5
Black with #CF1DA5
Text Example
Text Example
White with #CF1DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DA5; }
p { color: rgb(207,29,165); }
H1.HeaderClassName
{
color: #CF1DA5;
}
.AnyTagClassName
{
color: #CF1DA5;
}
</style>
background-color css
<style>
a { background-color: #CF1DA5; }
a { background-color: rgb(207,29,165); }
div.DivClassName
{
background-color: #CF1DA5;
}
.BgClassName
{
background-color: #CF1DA5;
}
</style>
border-color css
<style>
span { border-color: #CF1DA5; }
span { border-color: rgb(207,29,165); }
td.TdClassName
{
border-color: #CF1DA5;
}
.TagClassName
{
border-color: #CF1DA5;
}
</style>