Shades of Ruby #CF116C
Tints of Ruby #CF116C
RGB
CMYK
RGB Variations
Color information
#CF116C (or 0xCF116C) is known color: Ruby. HEX triplet: CF, 11 and 6C. RGB value is (207,17,108). Sum of RGB (Red+Green+Blue) = 207+17+108=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF116C is #30EE93. Grayscale: #545454. Windows color (decimal): -3206804 or 7082447. OLE color: 7082447.
HSL color Cylindrical-coordinate representation of color #CF116C: hue angle of 331.26º 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 #CF116C is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 108 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.19 |
| HSL | 331.26º | 0.85% | 0.44% | - |
| HSV(B) | 331.26º | 0.92% | 0.81% | - |
| XYZ | 28.64 | 14.75 | 15.52 | - |
| YUV | 84.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 108 | 0 | 0.92 | 0.48 | 0.19 | 331.26 | 0.85 | 0.44 |
| Hex | CF | 11 | 6C | 0 | 5C | 30 | 13 | 14B | 55 | 2C |
| Octal | 317 | 21 | 154 | 0 | 134 | 60 | 23 | 513 | 125 | 54 |
| Binary | 11001111 | 10001 | 1101100 | 0 | 1011100 | 110000 | 10011 | 101001011 | 1010101 | 101100 |
Color Harmonies of #CF116C
Complementary color
Monochromatic Colors of #CF116C
Black with #CF116C
Text Example
Text Example
White with #CF116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF116C; }
p { color: rgb(207,17,108); }
H1.HeaderClassName
{
color: #CF116C;
}
.AnyTagClassName
{
color: #CF116C;
}
</style>
background-color css
<style>
a { background-color: #CF116C; }
a { background-color: rgb(207,17,108); }
div.DivClassName
{
background-color: #CF116C;
}
.BgClassName
{
background-color: #CF116C;
}
</style>
border-color css
<style>
span { border-color: #CF116C; }
span { border-color: rgb(207,17,108); }
td.TdClassName
{
border-color: #CF116C;
}
.TagClassName
{
border-color: #CF116C;
}
</style>