Shades of Ruby #CF176F
Tints of Ruby #CF176F
RGB
CMYK
RGB Variations
Color information
#CF176F (or 0xCF176F) is known color: Ruby. HEX triplet: CF, 17 and 6F. RGB value is (207,23,111). Sum of RGB (Red+Green+Blue) = 207+23+111=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF176F is #30E890. Grayscale: #575757. Windows color (decimal): -3205265 or 7280591. OLE color: 7280591.
HSL color Cylindrical-coordinate representation of color #CF176F: hue angle of 331.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF176F is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 111 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.19 |
| HSL | 331.3º | 0.8% | 0.45% | - |
| HSV(B) | 331.3º | 0.89% | 0.81% | - |
| XYZ | 28.91 | 15.03 | 16.42 | - |
| YUV | 88.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 111 | 0 | 0.89 | 0.46 | 0.19 | 331.3 | 0.8 | 0.45 |
| Hex | CF | 17 | 6F | 0 | 59 | 2E | 13 | 14B | 50 | 2D |
| Octal | 317 | 27 | 157 | 0 | 131 | 56 | 23 | 513 | 120 | 55 |
| Binary | 11001111 | 10111 | 1101111 | 0 | 1011001 | 101110 | 10011 | 101001011 | 1010000 | 101101 |
Color Harmonies of #CF176F
Complementary color
Monochromatic Colors of #CF176F
Black with #CF176F
Text Example
Text Example
White with #CF176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF176F; }
p { color: rgb(207,23,111); }
H1.HeaderClassName
{
color: #CF176F;
}
.AnyTagClassName
{
color: #CF176F;
}
</style>
background-color css
<style>
a { background-color: #CF176F; }
a { background-color: rgb(207,23,111); }
div.DivClassName
{
background-color: #CF176F;
}
.BgClassName
{
background-color: #CF176F;
}
</style>
border-color css
<style>
span { border-color: #CF176F; }
span { border-color: rgb(207,23,111); }
td.TdClassName
{
border-color: #CF176F;
}
.TagClassName
{
border-color: #CF176F;
}
</style>