Shades of Ruby #CF1068
Tints of Ruby #CF1068
RGB
CMYK
RGB Variations
Color information
#CF1068 (or 0xCF1068) is known color: Ruby. HEX triplet: CF, 10 and 68. RGB value is (207,16,104). Sum of RGB (Red+Green+Blue) = 207+16+104=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1068 is #30EF97. Grayscale: #525252. Windows color (decimal): -3207064 or 6820047. OLE color: 6820047.
HSL color Cylindrical-coordinate representation of color #CF1068: hue angle of 332.36º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1068 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 104 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.19 |
| HSL | 332.36º | 0.86% | 0.44% | - |
| HSV(B) | 332.36º | 0.92% | 0.81% | - |
| XYZ | 28.42 | 14.64 | 14.42 | - |
| YUV | 83.14 | 139.78 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 104 | 0 | 0.92 | 0.50 | 0.19 | 332.36 | 0.86 | 0.44 |
| Hex | CF | 10 | 68 | 0 | 5C | 32 | 13 | 14C | 56 | 2C |
| Octal | 317 | 20 | 150 | 0 | 134 | 62 | 23 | 514 | 126 | 54 |
| Binary | 11001111 | 10000 | 1101000 | 0 | 1011100 | 110010 | 10011 | 101001100 | 1010110 | 101100 |
Color Harmonies of #CF1068
Complementary color
Monochromatic Colors of #CF1068
Black with #CF1068
Text Example
Text Example
White with #CF1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1068; }
p { color: rgb(207,16,104); }
H1.HeaderClassName
{
color: #CF1068;
}
.AnyTagClassName
{
color: #CF1068;
}
</style>
background-color css
<style>
a { background-color: #CF1068; }
a { background-color: rgb(207,16,104); }
div.DivClassName
{
background-color: #CF1068;
}
.BgClassName
{
background-color: #CF1068;
}
</style>
border-color css
<style>
span { border-color: #CF1068; }
span { border-color: rgb(207,16,104); }
td.TdClassName
{
border-color: #CF1068;
}
.TagClassName
{
border-color: #CF1068;
}
</style>