Shades of Ruby #CF0068
Tints of Ruby #CF0068
RGB
CMYK
RGB Variations
Color information
#CF0068 (or 0xCF0068) is known color: Ruby. HEX triplet: CF, 00 and 68. RGB value is (207,0,104). Sum of RGB (Red+Green+Blue) = 207+0+104=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0068 is #30FF97. Grayscale: #494949. Windows color (decimal): -3211160 or 6815951. OLE color: 6815951.
HSL color Cylindrical-coordinate representation of color #CF0068: hue angle of 329.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0068 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.50 | 0.19 |
| HSL | 329.86º | 1% | 0.41% | - |
| HSV(B) | 329.86º | 1% | 0.81% | - |
| XYZ | 28.23 | 14.26 | 14.36 | - |
| YUV | 73.75 | 145.08 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 104 | 0 | 1 | 0.50 | 0.19 | 329.86 | 1 | 0.41 |
| Hex | CF | 0 | 68 | 0 | 64 | 32 | 13 | 14A | 64 | 29 |
| Octal | 317 | 0 | 150 | 0 | 144 | 62 | 23 | 512 | 144 | 51 |
| Binary | 11001111 | 0 | 1101000 | 0 | 1100100 | 110010 | 10011 | 101001010 | 1100100 | 101001 |
Color Harmonies of #CF0068
Complementary color
Monochromatic Colors of #CF0068
Black with #CF0068
Text Example
Text Example
White with #CF0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0068; }
p { color: rgb(207,0,104); }
H1.HeaderClassName
{
color: #CF0068;
}
.AnyTagClassName
{
color: #CF0068;
}
</style>
background-color css
<style>
a { background-color: #CF0068; }
a { background-color: rgb(207,0,104); }
div.DivClassName
{
background-color: #CF0068;
}
.BgClassName
{
background-color: #CF0068;
}
</style>
border-color css
<style>
span { border-color: #CF0068; }
span { border-color: rgb(207,0,104); }
td.TdClassName
{
border-color: #CF0068;
}
.TagClassName
{
border-color: #CF0068;
}
</style>