Shades of Medium Violet Red #CF0FA2
Tints of Medium Violet Red #CF0FA2
RGB
CMYK
RGB Variations
Color information
#CF0FA2 (or 0xCF0FA2) is known color: Medium Violet Red. HEX triplet: CF, 0F and A2. RGB value is (207,15,162). Sum of RGB (Red+Green+Blue) = 207+15+162=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FA2 is #30F05D. Grayscale: #585858. Windows color (decimal): -3207262 or 10620879. OLE color: 10620879.
HSL color Cylindrical-coordinate representation of color #CF0FA2: hue angle of 314.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FA2 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 162 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.19 |
| HSL | 314.06º | 0.86% | 0.44% | - |
| HSV(B) | 314.06º | 0.93% | 0.81% | - |
| XYZ | 32.42 | 16.22 | 35.6 | - |
| YUV | 89.17 | 169.11 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 162 | 0 | 0.93 | 0.22 | 0.19 | 314.06 | 0.86 | 0.44 |
| Hex | CF | F | A2 | 0 | 5D | 16 | 13 | 13A | 56 | 2C |
| Octal | 317 | 17 | 242 | 0 | 135 | 26 | 23 | 472 | 126 | 54 |
| Binary | 11001111 | 1111 | 10100010 | 0 | 1011101 | 10110 | 10011 | 100111010 | 1010110 | 101100 |
Color Harmonies of #CF0FA2
Complementary color
Monochromatic Colors of #CF0FA2
Black with #CF0FA2
Text Example
Text Example
White with #CF0FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FA2; }
p { color: rgb(207,15,162); }
H1.HeaderClassName
{
color: #CF0FA2;
}
.AnyTagClassName
{
color: #CF0FA2;
}
</style>
background-color css
<style>
a { background-color: #CF0FA2; }
a { background-color: rgb(207,15,162); }
div.DivClassName
{
background-color: #CF0FA2;
}
.BgClassName
{
background-color: #CF0FA2;
}
</style>
border-color css
<style>
span { border-color: #CF0FA2; }
span { border-color: rgb(207,15,162); }
td.TdClassName
{
border-color: #CF0FA2;
}
.TagClassName
{
border-color: #CF0FA2;
}
</style>