Shades of Medium Violet Red #CF1D8A
Tints of Medium Violet Red #CF1D8A
RGB
CMYK
RGB Variations
Color information
#CF1D8A (or 0xCF1D8A) is known color: Medium Violet Red. HEX triplet: CF, 1D and 8A. RGB value is (207,29,138). Sum of RGB (Red+Green+Blue) = 207+29+138=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1D8A is #30E275. Grayscale: #5E5E5E. Windows color (decimal): -3203702 or 9051599. OLE color: 9051599.
HSL color Cylindrical-coordinate representation of color #CF1D8A: hue angle of 323.26º 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 #CF1D8A is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 138 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.19 |
| HSL | 323.26º | 0.75% | 0.46% | - |
| HSV(B) | 323.26º | 0.86% | 0.81% | - |
| XYZ | 30.76 | 15.98 | 25.51 | - |
| YUV | 94.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 138 | 0 | 0.86 | 0.33 | 0.19 | 323.26 | 0.75 | 0.46 |
| Hex | CF | 1D | 8A | 0 | 56 | 21 | 13 | 143 | 4B | 2E |
| Octal | 317 | 35 | 212 | 0 | 126 | 41 | 23 | 503 | 113 | 56 |
| Binary | 11001111 | 11101 | 10001010 | 0 | 1010110 | 100001 | 10011 | 101000011 | 1001011 | 101110 |
Color Harmonies of #CF1D8A
Complementary color
Monochromatic Colors of #CF1D8A
Black with #CF1D8A
Text Example
Text Example
White with #CF1D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1D8A; }
p { color: rgb(207,29,138); }
H1.HeaderClassName
{
color: #CF1D8A;
}
.AnyTagClassName
{
color: #CF1D8A;
}
</style>
background-color css
<style>
a { background-color: #CF1D8A; }
a { background-color: rgb(207,29,138); }
div.DivClassName
{
background-color: #CF1D8A;
}
.BgClassName
{
background-color: #CF1D8A;
}
</style>
border-color css
<style>
span { border-color: #CF1D8A; }
span { border-color: rgb(207,29,138); }
td.TdClassName
{
border-color: #CF1D8A;
}
.TagClassName
{
border-color: #CF1D8A;
}
</style>