Shades of Ruby #CF055E
Tints of Ruby #CF055E
RGB
CMYK
RGB Variations
Color information
#CF055E (or 0xCF055E) is known color: Ruby. HEX triplet: CF, 05 and 5E. RGB value is (207,5,94). Sum of RGB (Red+Green+Blue) = 207+5+94=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF055E is #30FAA1. Grayscale: #4B4B4B. Windows color (decimal): -3209890 or 6161871. OLE color: 6161871.
HSL color Cylindrical-coordinate representation of color #CF055E: hue angle of 333.56º 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 #CF055E is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 94 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.19 |
| HSL | 333.56º | 0.95% | 0.42% | - |
| HSV(B) | 333.56º | 0.98% | 0.81% | - |
| XYZ | 27.81 | 14.18 | 11.86 | - |
| YUV | 75.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 94 | 0 | 0.98 | 0.55 | 0.19 | 333.56 | 0.95 | 0.42 |
| Hex | CF | 5 | 5E | 0 | 62 | 37 | 13 | 14E | 5F | 2A |
| Octal | 317 | 5 | 136 | 0 | 142 | 67 | 23 | 516 | 137 | 52 |
| Binary | 11001111 | 101 | 1011110 | 0 | 1100010 | 110111 | 10011 | 101001110 | 1011111 | 101010 |
Color Harmonies of #CF055E
Complementary color
Monochromatic Colors of #CF055E
Black with #CF055E
Text Example
Text Example
White with #CF055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF055E; }
p { color: rgb(207,5,94); }
H1.HeaderClassName
{
color: #CF055E;
}
.AnyTagClassName
{
color: #CF055E;
}
</style>
background-color css
<style>
a { background-color: #CF055E; }
a { background-color: rgb(207,5,94); }
div.DivClassName
{
background-color: #CF055E;
}
.BgClassName
{
background-color: #CF055E;
}
</style>
border-color css
<style>
span { border-color: #CF055E; }
span { border-color: rgb(207,5,94); }
td.TdClassName
{
border-color: #CF055E;
}
.TagClassName
{
border-color: #CF055E;
}
</style>