Shades of Ruby #CF066F
Tints of Ruby #CF066F
RGB
CMYK
RGB Variations
Color information
#CF066F (or 0xCF066F) is known color: Ruby. HEX triplet: CF, 06 and 6F. RGB value is (207,6,111). Sum of RGB (Red+Green+Blue) = 207+6+111=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF066F is #30F990. Grayscale: #4D4D4D. Windows color (decimal): -3209617 or 7276239. OLE color: 7276239.
HSL color Cylindrical-coordinate representation of color #CF066F: hue angle of 328.66º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF066F is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 111 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.19 |
| HSL | 328.66º | 0.94% | 0.42% | - |
| HSV(B) | 328.66º | 0.97% | 0.81% | - |
| XYZ | 28.67 | 14.54 | 16.34 | - |
| YUV | 78.07 | 146.59 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 111 | 0 | 0.97 | 0.46 | 0.19 | 328.66 | 0.94 | 0.42 |
| Hex | CF | 6 | 6F | 0 | 61 | 2E | 13 | 149 | 5E | 2A |
| Octal | 317 | 6 | 157 | 0 | 141 | 56 | 23 | 511 | 136 | 52 |
| Binary | 11001111 | 110 | 1101111 | 0 | 1100001 | 101110 | 10011 | 101001001 | 1011110 | 101010 |
Color Harmonies of #CF066F
Complementary color
Monochromatic Colors of #CF066F
Black with #CF066F
Text Example
Text Example
White with #CF066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF066F; }
p { color: rgb(207,6,111); }
H1.HeaderClassName
{
color: #CF066F;
}
.AnyTagClassName
{
color: #CF066F;
}
</style>
background-color css
<style>
a { background-color: #CF066F; }
a { background-color: rgb(207,6,111); }
div.DivClassName
{
background-color: #CF066F;
}
.BgClassName
{
background-color: #CF066F;
}
</style>
border-color css
<style>
span { border-color: #CF066F; }
span { border-color: rgb(207,6,111); }
td.TdClassName
{
border-color: #CF066F;
}
.TagClassName
{
border-color: #CF066F;
}
</style>