Shades of Ruby #CF0F63
Tints of Ruby #CF0F63
RGB
CMYK
RGB Variations
Color information
#CF0F63 (or 0xCF0F63) is known color: Ruby. HEX triplet: CF, 0F and 63. RGB value is (207,15,99). Sum of RGB (Red+Green+Blue) = 207+15+99=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F63 is #30F09C. Grayscale: #515151. Windows color (decimal): -3207325 or 6492111. OLE color: 6492111.
HSL color Cylindrical-coordinate representation of color #CF0F63: hue angle of 333.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F63 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 99 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.19 |
| HSL | 333.75º | 0.86% | 0.44% | - |
| HSV(B) | 333.75º | 0.93% | 0.81% | - |
| XYZ | 28.16 | 14.51 | 13.12 | - |
| YUV | 81.98 | 137.61 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 99 | 0 | 0.93 | 0.52 | 0.19 | 333.75 | 0.86 | 0.44 |
| Hex | CF | F | 63 | 0 | 5D | 34 | 13 | 14E | 56 | 2C |
| Octal | 317 | 17 | 143 | 0 | 135 | 64 | 23 | 516 | 126 | 54 |
| Binary | 11001111 | 1111 | 1100011 | 0 | 1011101 | 110100 | 10011 | 101001110 | 1010110 | 101100 |
Color Harmonies of #CF0F63
Complementary color
Monochromatic Colors of #CF0F63
Black with #CF0F63
Text Example
Text Example
White with #CF0F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F63; }
p { color: rgb(207,15,99); }
H1.HeaderClassName
{
color: #CF0F63;
}
.AnyTagClassName
{
color: #CF0F63;
}
</style>
background-color css
<style>
a { background-color: #CF0F63; }
a { background-color: rgb(207,15,99); }
div.DivClassName
{
background-color: #CF0F63;
}
.BgClassName
{
background-color: #CF0F63;
}
</style>
border-color css
<style>
span { border-color: #CF0F63; }
span { border-color: rgb(207,15,99); }
td.TdClassName
{
border-color: #CF0F63;
}
.TagClassName
{
border-color: #CF0F63;
}
</style>