Shades of Ruby #CF105F
Tints of Ruby #CF105F
RGB
CMYK
RGB Variations
Color information
#CF105F (or 0xCF105F) is known color: Ruby. HEX triplet: CF, 10 and 5F. RGB value is (207,16,95). Sum of RGB (Red+Green+Blue) = 207+16+95=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF105F is #30EFA0. Grayscale: #515151. Windows color (decimal): -3207073 or 6230223. OLE color: 6230223.
HSL color Cylindrical-coordinate representation of color #CF105F: hue angle of 335.18º 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 #CF105F is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 95 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.19 |
| HSL | 335.18º | 0.86% | 0.44% | - |
| HSV(B) | 335.18º | 0.92% | 0.81% | - |
| XYZ | 27.98 | 14.46 | 12.14 | - |
| YUV | 82.12 | 135.28 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 95 | 0 | 0.92 | 0.54 | 0.19 | 335.18 | 0.86 | 0.44 |
| Hex | CF | 10 | 5F | 0 | 5C | 36 | 13 | 14F | 56 | 2C |
| Octal | 317 | 20 | 137 | 0 | 134 | 66 | 23 | 517 | 126 | 54 |
| Binary | 11001111 | 10000 | 1011111 | 0 | 1011100 | 110110 | 10011 | 101001111 | 1010110 | 101100 |
Color Harmonies of #CF105F
Complementary color
Monochromatic Colors of #CF105F
Black with #CF105F
Text Example
Text Example
White with #CF105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF105F; }
p { color: rgb(207,16,95); }
H1.HeaderClassName
{
color: #CF105F;
}
.AnyTagClassName
{
color: #CF105F;
}
</style>
background-color css
<style>
a { background-color: #CF105F; }
a { background-color: rgb(207,16,95); }
div.DivClassName
{
background-color: #CF105F;
}
.BgClassName
{
background-color: #CF105F;
}
</style>
border-color css
<style>
span { border-color: #CF105F; }
span { border-color: rgb(207,16,95); }
td.TdClassName
{
border-color: #CF105F;
}
.TagClassName
{
border-color: #CF105F;
}
</style>