Shades of Medium Violet Red #CF057B
Tints of Medium Violet Red #CF057B
RGB
CMYK
RGB Variations
Color information
#CF057B (or 0xCF057B) is known color: Medium Violet Red. HEX triplet: CF, 05 and 7B. RGB value is (207,5,123). Sum of RGB (Red+Green+Blue) = 207+5+123=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF057B is #30FA84. Grayscale: #4E4E4E. Windows color (decimal): -3209861 or 8062415. OLE color: 8062415.
HSL color Cylindrical-coordinate representation of color #CF057B: hue angle of 324.95º 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 #CF057B is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.19 |
| HSL | 324.95º | 0.95% | 0.42% | - |
| HSV(B) | 324.95º | 0.98% | 0.81% | - |
| XYZ | 29.36 | 14.8 | 20.05 | - |
| YUV | 78.85 | 152.92 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 123 | 0 | 0.98 | 0.41 | 0.19 | 324.95 | 0.95 | 0.42 |
| Hex | CF | 5 | 7B | 0 | 62 | 29 | 13 | 145 | 5F | 2A |
| Octal | 317 | 5 | 173 | 0 | 142 | 51 | 23 | 505 | 137 | 52 |
| Binary | 11001111 | 101 | 1111011 | 0 | 1100010 | 101001 | 10011 | 101000101 | 1011111 | 101010 |
Color Harmonies of #CF057B
Complementary color
Monochromatic Colors of #CF057B
Black with #CF057B
Text Example
Text Example
White with #CF057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF057B; }
p { color: rgb(207,5,123); }
H1.HeaderClassName
{
color: #CF057B;
}
.AnyTagClassName
{
color: #CF057B;
}
</style>
background-color css
<style>
a { background-color: #CF057B; }
a { background-color: rgb(207,5,123); }
div.DivClassName
{
background-color: #CF057B;
}
.BgClassName
{
background-color: #CF057B;
}
</style>
border-color css
<style>
span { border-color: #CF057B; }
span { border-color: rgb(207,5,123); }
td.TdClassName
{
border-color: #CF057B;
}
.TagClassName
{
border-color: #CF057B;
}
</style>