Shades of Ruby #CF115E
Tints of Ruby #CF115E
RGB
CMYK
RGB Variations
Color information
#CF115E (or 0xCF115E) is known color: Ruby. HEX triplet: CF, 11 and 5E. RGB value is (207,17,94). Sum of RGB (Red+Green+Blue) = 207+17+94=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF115E is #30EEA1. Grayscale: #525252. Windows color (decimal): -3206818 or 6164943. OLE color: 6164943.
HSL color Cylindrical-coordinate representation of color #CF115E: hue angle of 335.68º 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 #CF115E is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 94 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.19 |
| HSL | 335.68º | 0.85% | 0.44% | - |
| HSV(B) | 335.68º | 0.92% | 0.81% | - |
| XYZ | 27.95 | 14.47 | 11.91 | - |
| YUV | 82.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 94 | 0 | 0.92 | 0.55 | 0.19 | 335.68 | 0.85 | 0.44 |
| Hex | CF | 11 | 5E | 0 | 5C | 37 | 13 | 150 | 55 | 2C |
| Octal | 317 | 21 | 136 | 0 | 134 | 67 | 23 | 520 | 125 | 54 |
| Binary | 11001111 | 10001 | 1011110 | 0 | 1011100 | 110111 | 10011 | 101010000 | 1010101 | 101100 |
Color Harmonies of #CF115E
Complementary color
Monochromatic Colors of #CF115E
Black with #CF115E
Text Example
Text Example
White with #CF115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF115E; }
p { color: rgb(207,17,94); }
H1.HeaderClassName
{
color: #CF115E;
}
.AnyTagClassName
{
color: #CF115E;
}
</style>
background-color css
<style>
a { background-color: #CF115E; }
a { background-color: rgb(207,17,94); }
div.DivClassName
{
background-color: #CF115E;
}
.BgClassName
{
background-color: #CF115E;
}
</style>
border-color css
<style>
span { border-color: #CF115E; }
span { border-color: rgb(207,17,94); }
td.TdClassName
{
border-color: #CF115E;
}
.TagClassName
{
border-color: #CF115E;
}
</style>