Shades of Ruby #CF116B
Tints of Ruby #CF116B
RGB
CMYK
RGB Variations
Color information
#CF116B (or 0xCF116B) is known color: Ruby. HEX triplet: CF, 11 and 6B. RGB value is (207,17,107). Sum of RGB (Red+Green+Blue) = 207+17+107=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF116B is #30EE94. Grayscale: #535353. Windows color (decimal): -3206805 or 7016911. OLE color: 7016911.
HSL color Cylindrical-coordinate representation of color #CF116B: hue angle of 331.58º 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 #CF116B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 107 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.19 |
| HSL | 331.58º | 0.85% | 0.44% | - |
| HSV(B) | 331.58º | 0.92% | 0.81% | - |
| XYZ | 28.59 | 14.73 | 15.25 | - |
| YUV | 84.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 107 | 0 | 0.92 | 0.48 | 0.19 | 331.58 | 0.85 | 0.44 |
| Hex | CF | 11 | 6B | 0 | 5C | 30 | 13 | 14C | 55 | 2C |
| Octal | 317 | 21 | 153 | 0 | 134 | 60 | 23 | 514 | 125 | 54 |
| Binary | 11001111 | 10001 | 1101011 | 0 | 1011100 | 110000 | 10011 | 101001100 | 1010101 | 101100 |
Color Harmonies of #CF116B
Complementary color
Monochromatic Colors of #CF116B
Black with #CF116B
Text Example
Text Example
White with #CF116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF116B; }
p { color: rgb(207,17,107); }
H1.HeaderClassName
{
color: #CF116B;
}
.AnyTagClassName
{
color: #CF116B;
}
</style>
background-color css
<style>
a { background-color: #CF116B; }
a { background-color: rgb(207,17,107); }
div.DivClassName
{
background-color: #CF116B;
}
.BgClassName
{
background-color: #CF116B;
}
</style>
border-color css
<style>
span { border-color: #CF116B; }
span { border-color: rgb(207,17,107); }
td.TdClassName
{
border-color: #CF116B;
}
.TagClassName
{
border-color: #CF116B;
}
</style>