Shades of Ruby #CF2057
Tints of Ruby #CF2057
RGB
CMYK
RGB Variations
Color information
#CF2057 (or 0xCF2057) is known color: Ruby. HEX triplet: CF, 20 and 57. RGB value is (207,32,87). Sum of RGB (Red+Green+Blue) = 207+32+87=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2057 is #30DFA8. Grayscale: #5A5A5A. Windows color (decimal): -3202985 or 5710031. OLE color: 5710031.
HSL color Cylindrical-coordinate representation of color #CF2057: hue angle of 341.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2057 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 87 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.19 |
| HSL | 341.14º | 0.73% | 0.47% | - |
| HSV(B) | 341.14º | 0.85% | 0.81% | - |
| XYZ | 27.97 | 14.99 | 10.44 | - |
| YUV | 90.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 87 | 0 | 0.85 | 0.58 | 0.19 | 341.14 | 0.73 | 0.47 |
| Hex | CF | 20 | 57 | 0 | 55 | 3A | 13 | 155 | 49 | 2F |
| Octal | 317 | 40 | 127 | 0 | 125 | 72 | 23 | 525 | 111 | 57 |
| Binary | 11001111 | 100000 | 1010111 | 0 | 1010101 | 111010 | 10011 | 101010101 | 1001001 | 101111 |
Color Harmonies of #CF2057
Complementary color
Monochromatic Colors of #CF2057
Black with #CF2057
Text Example
Text Example
White with #CF2057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2057; }
p { color: rgb(207,32,87); }
H1.HeaderClassName
{
color: #CF2057;
}
.AnyTagClassName
{
color: #CF2057;
}
</style>
background-color css
<style>
a { background-color: #CF2057; }
a { background-color: rgb(207,32,87); }
div.DivClassName
{
background-color: #CF2057;
}
.BgClassName
{
background-color: #CF2057;
}
</style>
border-color css
<style>
span { border-color: #CF2057; }
span { border-color: rgb(207,32,87); }
td.TdClassName
{
border-color: #CF2057;
}
.TagClassName
{
border-color: #CF2057;
}
</style>