Shades of Medium Violet Red #CF057E
Tints of Medium Violet Red #CF057E
RGB
CMYK
RGB Variations
Color information
#CF057E (or 0xCF057E) is known color: Medium Violet Red. HEX triplet: CF, 05 and 7E. RGB value is (207,5,126). Sum of RGB (Red+Green+Blue) = 207+5+126=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF057E is #30FA81. Grayscale: #4E4E4E. Windows color (decimal): -3209858 or 8259023. OLE color: 8259023.
HSL color Cylindrical-coordinate representation of color #CF057E: hue angle of 324.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF057E is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.19 |
| HSL | 324.06º | 0.95% | 0.42% | - |
| HSV(B) | 324.06º | 0.98% | 0.81% | - |
| XYZ | 29.55 | 14.88 | 21.05 | - |
| YUV | 79.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 126 | 0 | 0.98 | 0.39 | 0.19 | 324.06 | 0.95 | 0.42 |
| Hex | CF | 5 | 7E | 0 | 62 | 27 | 13 | 144 | 5F | 2A |
| Octal | 317 | 5 | 176 | 0 | 142 | 47 | 23 | 504 | 137 | 52 |
| Binary | 11001111 | 101 | 1111110 | 0 | 1100010 | 100111 | 10011 | 101000100 | 1011111 | 101010 |
Color Harmonies of #CF057E
Complementary color
Monochromatic Colors of #CF057E
Black with #CF057E
Text Example
Text Example
White with #CF057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF057E; }
p { color: rgb(207,5,126); }
H1.HeaderClassName
{
color: #CF057E;
}
.AnyTagClassName
{
color: #CF057E;
}
</style>
background-color css
<style>
a { background-color: #CF057E; }
a { background-color: rgb(207,5,126); }
div.DivClassName
{
background-color: #CF057E;
}
.BgClassName
{
background-color: #CF057E;
}
</style>
border-color css
<style>
span { border-color: #CF057E; }
span { border-color: rgb(207,5,126); }
td.TdClassName
{
border-color: #CF057E;
}
.TagClassName
{
border-color: #CF057E;
}
</style>