Shades of Medium Violet Red #CF1E9C
Tints of Medium Violet Red #CF1E9C
RGB
CMYK
RGB Variations
Color information
#CF1E9C (or 0xCF1E9C) is known color: Medium Violet Red. HEX triplet: CF, 1E and 9C. RGB value is (207,30,156). Sum of RGB (Red+Green+Blue) = 207+30+156=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1E9C is #30E163. Grayscale: #606060. Windows color (decimal): -3203428 or 10231503. OLE color: 10231503.
HSL color Cylindrical-coordinate representation of color #CF1E9C: hue angle of 317.29º 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 #CF1E9C is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 156 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.19 |
| HSL | 317.29º | 0.75% | 0.46% | - |
| HSV(B) | 317.29º | 0.86% | 0.81% | - |
| XYZ | 32.2 | 16.59 | 32.96 | - |
| YUV | 97.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 156 | 0 | 0.86 | 0.25 | 0.19 | 317.29 | 0.75 | 0.46 |
| Hex | CF | 1E | 9C | 0 | 56 | 19 | 13 | 13D | 4B | 2E |
| Octal | 317 | 36 | 234 | 0 | 126 | 31 | 23 | 475 | 113 | 56 |
| Binary | 11001111 | 11110 | 10011100 | 0 | 1010110 | 11001 | 10011 | 100111101 | 1001011 | 101110 |
Color Harmonies of #CF1E9C
Complementary color
Monochromatic Colors of #CF1E9C
Black with #CF1E9C
Text Example
Text Example
White with #CF1E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E9C; }
p { color: rgb(207,30,156); }
H1.HeaderClassName
{
color: #CF1E9C;
}
.AnyTagClassName
{
color: #CF1E9C;
}
</style>
background-color css
<style>
a { background-color: #CF1E9C; }
a { background-color: rgb(207,30,156); }
div.DivClassName
{
background-color: #CF1E9C;
}
.BgClassName
{
background-color: #CF1E9C;
}
</style>
border-color css
<style>
span { border-color: #CF1E9C; }
span { border-color: rgb(207,30,156); }
td.TdClassName
{
border-color: #CF1E9C;
}
.TagClassName
{
border-color: #CF1E9C;
}
</style>