Shades of Medium Violet Red #CF1AAA
Tints of Medium Violet Red #CF1AAA
RGB
CMYK
RGB Variations
Color information
#CF1AAA (or 0xCF1AAA) is known color: Medium Violet Red. HEX triplet: CF, 1A and AA. RGB value is (207,26,170). Sum of RGB (Red+Green+Blue) = 207+26+170=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1AAA is #30E555. Grayscale: #606060. Windows color (decimal): -3204438 or 11147983. OLE color: 11147983.
HSL color Cylindrical-coordinate representation of color #CF1AAA: hue angle of 312.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1AAA is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 170 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.19 |
| HSL | 312.27º | 0.78% | 0.46% | - |
| HSV(B) | 312.27º | 0.87% | 0.81% | - |
| XYZ | 33.36 | 16.91 | 39.54 | - |
| YUV | 96.54 | 169.47 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 170 | 0 | 0.87 | 0.18 | 0.19 | 312.27 | 0.78 | 0.46 |
| Hex | CF | 1A | AA | 0 | 57 | 12 | 13 | 138 | 4E | 2E |
| Octal | 317 | 32 | 252 | 0 | 127 | 22 | 23 | 470 | 116 | 56 |
| Binary | 11001111 | 11010 | 10101010 | 0 | 1010111 | 10010 | 10011 | 100111000 | 1001110 | 101110 |
Color Harmonies of #CF1AAA
Complementary color
Monochromatic Colors of #CF1AAA
Black with #CF1AAA
Text Example
Text Example
White with #CF1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1AAA; }
p { color: rgb(207,26,170); }
H1.HeaderClassName
{
color: #CF1AAA;
}
.AnyTagClassName
{
color: #CF1AAA;
}
</style>
background-color css
<style>
a { background-color: #CF1AAA; }
a { background-color: rgb(207,26,170); }
div.DivClassName
{
background-color: #CF1AAA;
}
.BgClassName
{
background-color: #CF1AAA;
}
</style>
border-color css
<style>
span { border-color: #CF1AAA; }
span { border-color: rgb(207,26,170); }
td.TdClassName
{
border-color: #CF1AAA;
}
.TagClassName
{
border-color: #CF1AAA;
}
</style>