Shades of Medium Violet Red #CF03A2
Tints of Medium Violet Red #CF03A2
RGB
CMYK
RGB Variations
Color information
#CF03A2 (or 0xCF03A2) is known color: Medium Violet Red. HEX triplet: CF, 03 and A2. RGB value is (207,3,162). Sum of RGB (Red+Green+Blue) = 207+3+162=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF03A2 is #30FC5D. Grayscale: #515151. Windows color (decimal): -3210334 or 10617807. OLE color: 10617807.
HSL color Cylindrical-coordinate representation of color #CF03A2: hue angle of 313.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03A2 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.19 |
| HSL | 313.24º | 0.97% | 0.41% | - |
| HSV(B) | 313.24º | 0.99% | 0.81% | - |
| XYZ | 32.29 | 15.94 | 35.56 | - |
| YUV | 82.12 | 173.09 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 162 | 0 | 0.99 | 0.22 | 0.19 | 313.24 | 0.97 | 0.41 |
| Hex | CF | 3 | A2 | 0 | 63 | 16 | 13 | 139 | 61 | 29 |
| Octal | 317 | 3 | 242 | 0 | 143 | 26 | 23 | 471 | 141 | 51 |
| Binary | 11001111 | 11 | 10100010 | 0 | 1100011 | 10110 | 10011 | 100111001 | 1100001 | 101001 |
Color Harmonies of #CF03A2
Complementary color
Monochromatic Colors of #CF03A2
Black with #CF03A2
Text Example
Text Example
White with #CF03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03A2; }
p { color: rgb(207,3,162); }
H1.HeaderClassName
{
color: #CF03A2;
}
.AnyTagClassName
{
color: #CF03A2;
}
</style>
background-color css
<style>
a { background-color: #CF03A2; }
a { background-color: rgb(207,3,162); }
div.DivClassName
{
background-color: #CF03A2;
}
.BgClassName
{
background-color: #CF03A2;
}
</style>
border-color css
<style>
span { border-color: #CF03A2; }
span { border-color: rgb(207,3,162); }
td.TdClassName
{
border-color: #CF03A2;
}
.TagClassName
{
border-color: #CF03A2;
}
</style>