Shades of Medium Violet Red #CF01A2
Tints of Medium Violet Red #CF01A2
RGB
CMYK
RGB Variations
Color information
#CF01A2 (or 0xCF01A2) is known color: Medium Violet Red. HEX triplet: CF, 01 and A2. RGB value is (207,1,162). Sum of RGB (Red+Green+Blue) = 207+1+162=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF01A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF01A2 is #30FE5D. Grayscale: #505050. Windows color (decimal): -3210846 or 10617295. OLE color: 10617295.
HSL color Cylindrical-coordinate representation of color #CF01A2: hue angle of 313.11º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01A2 is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 162 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.19 |
| HSL | 313.11º | 0.99% | 0.41% | - |
| HSV(B) | 313.11º | 1% | 0.81% | - |
| XYZ | 32.26 | 15.9 | 35.55 | - |
| YUV | 80.95 | 173.75 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 162 | 0 | 1.00 | 0.22 | 0.19 | 313.11 | 0.99 | 0.41 |
| Hex | CF | 1 | A2 | 0 | 64 | 16 | 13 | 139 | 63 | 29 |
| Octal | 317 | 1 | 242 | 0 | 144 | 26 | 23 | 471 | 143 | 51 |
| Binary | 11001111 | 1 | 10100010 | 0 | 1100100 | 10110 | 10011 | 100111001 | 1100011 | 101001 |
Color Harmonies of #CF01A2
Complementary color
Monochromatic Colors of #CF01A2
Black with #CF01A2
Text Example
Text Example
White with #CF01A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01A2; }
p { color: rgb(207,1,162); }
H1.HeaderClassName
{
color: #CF01A2;
}
.AnyTagClassName
{
color: #CF01A2;
}
</style>
background-color css
<style>
a { background-color: #CF01A2; }
a { background-color: rgb(207,1,162); }
div.DivClassName
{
background-color: #CF01A2;
}
.BgClassName
{
background-color: #CF01A2;
}
</style>
border-color css
<style>
span { border-color: #CF01A2; }
span { border-color: rgb(207,1,162); }
td.TdClassName
{
border-color: #CF01A2;
}
.TagClassName
{
border-color: #CF01A2;
}
</style>