Shades of Ruby #CF1150
Tints of Ruby #CF1150
RGB
CMYK
RGB Variations
Color information
#CF1150 (or 0xCF1150) is known color: Ruby. HEX triplet: CF, 11 and 50. RGB value is (207,17,80). Sum of RGB (Red+Green+Blue) = 207+17+80=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1150 is #30EEAF. Grayscale: #505050. Windows color (decimal): -3206832 or 5247439. OLE color: 5247439.
HSL color Cylindrical-coordinate representation of color #CF1150: hue angle of 340.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1150 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 80 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.19 |
| HSL | 340.11º | 0.85% | 0.44% | - |
| HSV(B) | 340.11º | 0.92% | 0.81% | - |
| XYZ | 27.38 | 14.25 | 8.9 | - |
| YUV | 80.99 | 127.45 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 80 | 0 | 0.92 | 0.61 | 0.19 | 340.11 | 0.85 | 0.44 |
| Hex | CF | 11 | 50 | 0 | 5C | 3D | 13 | 154 | 55 | 2C |
| Octal | 317 | 21 | 120 | 0 | 134 | 75 | 23 | 524 | 125 | 54 |
| Binary | 11001111 | 10001 | 1010000 | 0 | 1011100 | 111101 | 10011 | 101010100 | 1010101 | 101100 |
Color Harmonies of #CF1150
Complementary color
Monochromatic Colors of #CF1150
Black with #CF1150
Text Example
Text Example
White with #CF1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1150; }
p { color: rgb(207,17,80); }
H1.HeaderClassName
{
color: #CF1150;
}
.AnyTagClassName
{
color: #CF1150;
}
</style>
background-color css
<style>
a { background-color: #CF1150; }
a { background-color: rgb(207,17,80); }
div.DivClassName
{
background-color: #CF1150;
}
.BgClassName
{
background-color: #CF1150;
}
</style>
border-color css
<style>
span { border-color: #CF1150; }
span { border-color: rgb(207,17,80); }
td.TdClassName
{
border-color: #CF1150;
}
.TagClassName
{
border-color: #CF1150;
}
</style>