Shades of Medium Violet Red #CF00A0
Tints of Medium Violet Red #CF00A0
RGB
CMYK
RGB Variations
Color information
#CF00A0 (or 0xCF00A0) is known color: Medium Violet Red. HEX triplet: CF, 00 and A0. RGB value is (207,0,160). Sum of RGB (Red+Green+Blue) = 207+0+160=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00A0 is #30FF5F. Grayscale: #4F4F4F. Windows color (decimal): -3211104 or 10485967. OLE color: 10485967.
HSL color Cylindrical-coordinate representation of color #CF00A0: hue angle of 313.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00A0 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.23 | 0.19 |
| HSL | 313.62º | 1% | 0.41% | - |
| HSV(B) | 313.62º | 1% | 0.81% | - |
| XYZ | 32.08 | 15.8 | 34.62 | - |
| YUV | 80.13 | 173.08 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 160 | 0 | 1 | 0.23 | 0.19 | 313.62 | 1 | 0.41 |
| Hex | CF | 0 | A0 | 0 | 64 | 17 | 13 | 13A | 64 | 29 |
| Octal | 317 | 0 | 240 | 0 | 144 | 27 | 23 | 472 | 144 | 51 |
| Binary | 11001111 | 0 | 10100000 | 0 | 1100100 | 10111 | 10011 | 100111010 | 1100100 | 101001 |
Color Harmonies of #CF00A0
Complementary color
Monochromatic Colors of #CF00A0
Black with #CF00A0
Text Example
Text Example
White with #CF00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00A0; }
p { color: rgb(207,0,160); }
H1.HeaderClassName
{
color: #CF00A0;
}
.AnyTagClassName
{
color: #CF00A0;
}
</style>
background-color css
<style>
a { background-color: #CF00A0; }
a { background-color: rgb(207,0,160); }
div.DivClassName
{
background-color: #CF00A0;
}
.BgClassName
{
background-color: #CF00A0;
}
</style>
border-color css
<style>
span { border-color: #CF00A0; }
span { border-color: rgb(207,0,160); }
td.TdClassName
{
border-color: #CF00A0;
}
.TagClassName
{
border-color: #CF00A0;
}
</style>