Shades of Ruby #CF0463
Tints of Ruby #CF0463
RGB
CMYK
RGB Variations
Color information
#CF0463 (or 0xCF0463) is known color: Ruby. HEX triplet: CF, 04 and 63. RGB value is (207,4,99). Sum of RGB (Red+Green+Blue) = 207+4+99=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0463 is #30FB9C. Grayscale: #4B4B4B. Windows color (decimal): -3210141 or 6489295. OLE color: 6489295.
HSL color Cylindrical-coordinate representation of color #CF0463: hue angle of 331.92º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0463 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 99 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.19 |
| HSL | 331.92º | 0.96% | 0.41% | - |
| HSV(B) | 331.92º | 0.98% | 0.81% | - |
| XYZ | 28.03 | 14.25 | 13.08 | - |
| YUV | 75.53 | 141.25 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 99 | 0 | 0.98 | 0.52 | 0.19 | 331.92 | 0.96 | 0.41 |
| Hex | CF | 4 | 63 | 0 | 62 | 34 | 13 | 14C | 60 | 29 |
| Octal | 317 | 4 | 143 | 0 | 142 | 64 | 23 | 514 | 140 | 51 |
| Binary | 11001111 | 100 | 1100011 | 0 | 1100010 | 110100 | 10011 | 101001100 | 1100000 | 101001 |
Color Harmonies of #CF0463
Complementary color
Monochromatic Colors of #CF0463
Black with #CF0463
Text Example
Text Example
White with #CF0463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0463; }
p { color: rgb(207,4,99); }
H1.HeaderClassName
{
color: #CF0463;
}
.AnyTagClassName
{
color: #CF0463;
}
</style>
background-color css
<style>
a { background-color: #CF0463; }
a { background-color: rgb(207,4,99); }
div.DivClassName
{
background-color: #CF0463;
}
.BgClassName
{
background-color: #CF0463;
}
</style>
border-color css
<style>
span { border-color: #CF0463; }
span { border-color: rgb(207,4,99); }
td.TdClassName
{
border-color: #CF0463;
}
.TagClassName
{
border-color: #CF0463;
}
</style>