Shades of Ruby #CF0568
Tints of Ruby #CF0568
RGB
CMYK
RGB Variations
Color information
#CF0568 (or 0xCF0568) is known color: Ruby. HEX triplet: CF, 05 and 68. RGB value is (207,5,104). Sum of RGB (Red+Green+Blue) = 207+5+104=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0568 is #30FA97. Grayscale: #4C4C4C. Windows color (decimal): -3209880 or 6817231. OLE color: 6817231.
HSL color Cylindrical-coordinate representation of color #CF0568: hue angle of 330.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0568 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.19 |
| HSL | 330.59º | 0.95% | 0.42% | - |
| HSV(B) | 330.59º | 0.98% | 0.81% | - |
| XYZ | 28.29 | 14.37 | 14.38 | - |
| YUV | 76.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 104 | 0 | 0.98 | 0.50 | 0.19 | 330.59 | 0.95 | 0.42 |
| Hex | CF | 5 | 68 | 0 | 62 | 32 | 13 | 14B | 5F | 2A |
| Octal | 317 | 5 | 150 | 0 | 142 | 62 | 23 | 513 | 137 | 52 |
| Binary | 11001111 | 101 | 1101000 | 0 | 1100010 | 110010 | 10011 | 101001011 | 1011111 | 101010 |
Color Harmonies of #CF0568
Complementary color
Monochromatic Colors of #CF0568
Black with #CF0568
Text Example
Text Example
White with #CF0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0568; }
p { color: rgb(207,5,104); }
H1.HeaderClassName
{
color: #CF0568;
}
.AnyTagClassName
{
color: #CF0568;
}
</style>
background-color css
<style>
a { background-color: #CF0568; }
a { background-color: rgb(207,5,104); }
div.DivClassName
{
background-color: #CF0568;
}
.BgClassName
{
background-color: #CF0568;
}
</style>
border-color css
<style>
span { border-color: #CF0568; }
span { border-color: rgb(207,5,104); }
td.TdClassName
{
border-color: #CF0568;
}
.TagClassName
{
border-color: #CF0568;
}
</style>