Shades of Ruby #CF0763
Tints of Ruby #CF0763
RGB
CMYK
RGB Variations
Color information
#CF0763 (or 0xCF0763) is known color: Ruby. HEX triplet: CF, 07 and 63. RGB value is (207,7,99). Sum of RGB (Red+Green+Blue) = 207+7+99=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0763 is #30F89C. Grayscale: #4D4D4D. Windows color (decimal): -3209373 or 6490063. OLE color: 6490063.
HSL color Cylindrical-coordinate representation of color #CF0763: hue angle of 332.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0763 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.19 |
| HSL | 332.4º | 0.93% | 0.42% | - |
| HSV(B) | 332.4º | 0.97% | 0.81% | - |
| XYZ | 28.06 | 14.32 | 13.09 | - |
| YUV | 77.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 99 | 0 | 0.97 | 0.52 | 0.19 | 332.4 | 0.93 | 0.42 |
| Hex | CF | 7 | 63 | 0 | 61 | 34 | 13 | 14C | 5D | 2A |
| Octal | 317 | 7 | 143 | 0 | 141 | 64 | 23 | 514 | 135 | 52 |
| Binary | 11001111 | 111 | 1100011 | 0 | 1100001 | 110100 | 10011 | 101001100 | 1011101 | 101010 |
Color Harmonies of #CF0763
Complementary color
Monochromatic Colors of #CF0763
Black with #CF0763
Text Example
Text Example
White with #CF0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0763; }
p { color: rgb(207,7,99); }
H1.HeaderClassName
{
color: #CF0763;
}
.AnyTagClassName
{
color: #CF0763;
}
</style>
background-color css
<style>
a { background-color: #CF0763; }
a { background-color: rgb(207,7,99); }
div.DivClassName
{
background-color: #CF0763;
}
.BgClassName
{
background-color: #CF0763;
}
</style>
border-color css
<style>
span { border-color: #CF0763; }
span { border-color: rgb(207,7,99); }
td.TdClassName
{
border-color: #CF0763;
}
.TagClassName
{
border-color: #CF0763;
}
</style>