Shades of Ruby #CF1154
Tints of Ruby #CF1154
RGB
CMYK
RGB Variations
Color information
#CF1154 (or 0xCF1154) is known color: Ruby. HEX triplet: CF, 11 and 54. RGB value is (207,17,84). Sum of RGB (Red+Green+Blue) = 207+17+84=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1154 is #30EEAB. Grayscale: #515151. Windows color (decimal): -3206828 or 5509583. OLE color: 5509583.
HSL color Cylindrical-coordinate representation of color #CF1154: hue angle of 338.84º 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 #CF1154 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 84 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.19 |
| HSL | 338.84º | 0.85% | 0.44% | - |
| HSV(B) | 338.84º | 0.92% | 0.81% | - |
| XYZ | 27.53 | 14.31 | 9.7 | - |
| YUV | 81.45 | 129.45 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 84 | 0 | 0.92 | 0.59 | 0.19 | 338.84 | 0.85 | 0.44 |
| Hex | CF | 11 | 54 | 0 | 5C | 3B | 13 | 153 | 55 | 2C |
| Octal | 317 | 21 | 124 | 0 | 134 | 73 | 23 | 523 | 125 | 54 |
| Binary | 11001111 | 10001 | 1010100 | 0 | 1011100 | 111011 | 10011 | 101010011 | 1010101 | 101100 |
Color Harmonies of #CF1154
Complementary color
Monochromatic Colors of #CF1154
Black with #CF1154
Text Example
Text Example
White with #CF1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1154; }
p { color: rgb(207,17,84); }
H1.HeaderClassName
{
color: #CF1154;
}
.AnyTagClassName
{
color: #CF1154;
}
</style>
background-color css
<style>
a { background-color: #CF1154; }
a { background-color: rgb(207,17,84); }
div.DivClassName
{
background-color: #CF1154;
}
.BgClassName
{
background-color: #CF1154;
}
</style>
border-color css
<style>
span { border-color: #CF1154; }
span { border-color: rgb(207,17,84); }
td.TdClassName
{
border-color: #CF1154;
}
.TagClassName
{
border-color: #CF1154;
}
</style>