Shades of Ruby #CF0C60
Tints of Ruby #CF0C60
RGB
CMYK
RGB Variations
Color information
#CF0C60 (or 0xCF0C60) is known color: Ruby. HEX triplet: CF, 0C and 60. RGB value is (207,12,96). Sum of RGB (Red+Green+Blue) = 207+12+96=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0C60 is #30F39F. Grayscale: #4F4F4F. Windows color (decimal): -3208096 or 6294735. OLE color: 6294735.
HSL color Cylindrical-coordinate representation of color #CF0C60: hue angle of 334.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C60 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 96 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.19 |
| HSL | 334.15º | 0.89% | 0.43% | - |
| HSV(B) | 334.15º | 0.94% | 0.81% | - |
| XYZ | 27.97 | 14.37 | 12.37 | - |
| YUV | 79.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 96 | 0 | 0.94 | 0.54 | 0.19 | 334.15 | 0.89 | 0.43 |
| Hex | CF | C | 60 | 0 | 5E | 36 | 13 | 14E | 59 | 2B |
| Octal | 317 | 14 | 140 | 0 | 136 | 66 | 23 | 516 | 131 | 53 |
| Binary | 11001111 | 1100 | 1100000 | 0 | 1011110 | 110110 | 10011 | 101001110 | 1011001 | 101011 |
Color Harmonies of #CF0C60
Complementary color
Monochromatic Colors of #CF0C60
Black with #CF0C60
Text Example
Text Example
White with #CF0C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C60; }
p { color: rgb(207,12,96); }
H1.HeaderClassName
{
color: #CF0C60;
}
.AnyTagClassName
{
color: #CF0C60;
}
</style>
background-color css
<style>
a { background-color: #CF0C60; }
a { background-color: rgb(207,12,96); }
div.DivClassName
{
background-color: #CF0C60;
}
.BgClassName
{
background-color: #CF0C60;
}
</style>
border-color css
<style>
span { border-color: #CF0C60; }
span { border-color: rgb(207,12,96); }
td.TdClassName
{
border-color: #CF0C60;
}
.TagClassName
{
border-color: #CF0C60;
}
</style>