Shades of Ruby #CF1050
Tints of Ruby #CF1050
RGB
CMYK
RGB Variations
Color information
#CF1050 (or 0xCF1050) is known color: Ruby. HEX triplet: CF, 10 and 50. RGB value is (207,16,80). Sum of RGB (Red+Green+Blue) = 207+16+80=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1050 is #30EFAF. Grayscale: #505050. Windows color (decimal): -3207088 or 5247183. OLE color: 5247183.
HSL color Cylindrical-coordinate representation of color #CF1050: hue angle of 339.9º 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 #CF1050 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 80 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.19 |
| HSL | 339.9º | 0.86% | 0.44% | - |
| HSV(B) | 339.9º | 0.92% | 0.81% | - |
| XYZ | 27.37 | 14.22 | 8.89 | - |
| YUV | 80.41 | 127.78 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 80 | 0 | 0.92 | 0.61 | 0.19 | 339.9 | 0.86 | 0.44 |
| Hex | CF | 10 | 50 | 0 | 5C | 3D | 13 | 154 | 56 | 2C |
| Octal | 317 | 20 | 120 | 0 | 134 | 75 | 23 | 524 | 126 | 54 |
| Binary | 11001111 | 10000 | 1010000 | 0 | 1011100 | 111101 | 10011 | 101010100 | 1010110 | 101100 |
Color Harmonies of #CF1050
Complementary color
Monochromatic Colors of #CF1050
Black with #CF1050
Text Example
Text Example
White with #CF1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1050; }
p { color: rgb(207,16,80); }
H1.HeaderClassName
{
color: #CF1050;
}
.AnyTagClassName
{
color: #CF1050;
}
</style>
background-color css
<style>
a { background-color: #CF1050; }
a { background-color: rgb(207,16,80); }
div.DivClassName
{
background-color: #CF1050;
}
.BgClassName
{
background-color: #CF1050;
}
</style>
border-color css
<style>
span { border-color: #CF1050; }
span { border-color: rgb(207,16,80); }
td.TdClassName
{
border-color: #CF1050;
}
.TagClassName
{
border-color: #CF1050;
}
</style>