Shades of Ruby #CF0C50
Tints of Ruby #CF0C50
RGB
CMYK
RGB Variations
Color information
#CF0C50 (or 0xCF0C50) is known color: Ruby. HEX triplet: CF, 0C and 50. RGB value is (207,12,80). Sum of RGB (Red+Green+Blue) = 207+12+80=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0C50 is #30F3AF. Grayscale: #4D4D4D. Windows color (decimal): -3208112 or 5246159. OLE color: 5246159.
HSL color Cylindrical-coordinate representation of color #CF0C50: hue angle of 339.08º 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 #CF0C50 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 80 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.19 |
| HSL | 339.08º | 0.89% | 0.43% | - |
| HSV(B) | 339.08º | 0.94% | 0.81% | - |
| XYZ | 27.31 | 14.11 | 8.87 | - |
| YUV | 78.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 80 | 0 | 0.94 | 0.61 | 0.19 | 339.08 | 0.89 | 0.43 |
| Hex | CF | C | 50 | 0 | 5E | 3D | 13 | 153 | 59 | 2B |
| Octal | 317 | 14 | 120 | 0 | 136 | 75 | 23 | 523 | 131 | 53 |
| Binary | 11001111 | 1100 | 1010000 | 0 | 1011110 | 111101 | 10011 | 101010011 | 1011001 | 101011 |
Color Harmonies of #CF0C50
Complementary color
Monochromatic Colors of #CF0C50
Black with #CF0C50
Text Example
Text Example
White with #CF0C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C50; }
p { color: rgb(207,12,80); }
H1.HeaderClassName
{
color: #CF0C50;
}
.AnyTagClassName
{
color: #CF0C50;
}
</style>
background-color css
<style>
a { background-color: #CF0C50; }
a { background-color: rgb(207,12,80); }
div.DivClassName
{
background-color: #CF0C50;
}
.BgClassName
{
background-color: #CF0C50;
}
</style>
border-color css
<style>
span { border-color: #CF0C50; }
span { border-color: rgb(207,12,80); }
td.TdClassName
{
border-color: #CF0C50;
}
.TagClassName
{
border-color: #CF0C50;
}
</style>