Shades of Ruby #CF115C
Tints of Ruby #CF115C
RGB
CMYK
RGB Variations
Color information
#CF115C (or 0xCF115C) is known color: Ruby. HEX triplet: CF, 11 and 5C. RGB value is (207,17,92). Sum of RGB (Red+Green+Blue) = 207+17+92=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF115C is #30EEA3. Grayscale: #525252. Windows color (decimal): -3206820 or 6033871. OLE color: 6033871.
HSL color Cylindrical-coordinate representation of color #CF115C: hue angle of 336.32º 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 #CF115C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 92 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.19 |
| HSL | 336.32º | 0.85% | 0.44% | - |
| HSV(B) | 336.32º | 0.92% | 0.81% | - |
| XYZ | 27.86 | 14.44 | 11.44 | - |
| YUV | 82.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 92 | 0 | 0.92 | 0.56 | 0.19 | 336.32 | 0.85 | 0.44 |
| Hex | CF | 11 | 5C | 0 | 5C | 38 | 13 | 150 | 55 | 2C |
| Octal | 317 | 21 | 134 | 0 | 134 | 70 | 23 | 520 | 125 | 54 |
| Binary | 11001111 | 10001 | 1011100 | 0 | 1011100 | 111000 | 10011 | 101010000 | 1010101 | 101100 |
Color Harmonies of #CF115C
Complementary color
Monochromatic Colors of #CF115C
Black with #CF115C
Text Example
Text Example
White with #CF115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF115C; }
p { color: rgb(207,17,92); }
H1.HeaderClassName
{
color: #CF115C;
}
.AnyTagClassName
{
color: #CF115C;
}
</style>
background-color css
<style>
a { background-color: #CF115C; }
a { background-color: rgb(207,17,92); }
div.DivClassName
{
background-color: #CF115C;
}
.BgClassName
{
background-color: #CF115C;
}
</style>
border-color css
<style>
span { border-color: #CF115C; }
span { border-color: rgb(207,17,92); }
td.TdClassName
{
border-color: #CF115C;
}
.TagClassName
{
border-color: #CF115C;
}
</style>