Shades of Ruby #CF105E
Tints of Ruby #CF105E
RGB
CMYK
RGB Variations
Color information
#CF105E (or 0xCF105E) is known color: Ruby. HEX triplet: CF, 10 and 5E. RGB value is (207,16,94). Sum of RGB (Red+Green+Blue) = 207+16+94=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF105E is #30EFA1. Grayscale: #515151. Windows color (decimal): -3207074 or 6164687. OLE color: 6164687.
HSL color Cylindrical-coordinate representation of color #CF105E: hue angle of 335.5º degrees, saturation: 0.86, 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 #CF105E is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 94 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.19 |
| HSL | 335.5º | 0.86% | 0.44% | - |
| HSV(B) | 335.5º | 0.92% | 0.81% | - |
| XYZ | 27.94 | 14.44 | 11.91 | - |
| YUV | 82 | 134.78 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 94 | 0 | 0.92 | 0.55 | 0.19 | 335.5 | 0.86 | 0.44 |
| Hex | CF | 10 | 5E | 0 | 5C | 37 | 13 | 14F | 56 | 2C |
| Octal | 317 | 20 | 136 | 0 | 134 | 67 | 23 | 517 | 126 | 54 |
| Binary | 11001111 | 10000 | 1011110 | 0 | 1011100 | 110111 | 10011 | 101001111 | 1010110 | 101100 |
Color Harmonies of #CF105E
Complementary color
Monochromatic Colors of #CF105E
Black with #CF105E
Text Example
Text Example
White with #CF105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF105E; }
p { color: rgb(207,16,94); }
H1.HeaderClassName
{
color: #CF105E;
}
.AnyTagClassName
{
color: #CF105E;
}
</style>
background-color css
<style>
a { background-color: #CF105E; }
a { background-color: rgb(207,16,94); }
div.DivClassName
{
background-color: #CF105E;
}
.BgClassName
{
background-color: #CF105E;
}
</style>
border-color css
<style>
span { border-color: #CF105E; }
span { border-color: rgb(207,16,94); }
td.TdClassName
{
border-color: #CF105E;
}
.TagClassName
{
border-color: #CF105E;
}
</style>