Shades of Ruby #CF2066
Tints of Ruby #CF2066
RGB
CMYK
RGB Variations
Color information
#CF2066 (or 0xCF2066) is known color: Ruby. HEX triplet: CF, 20 and 66. RGB value is (207,32,102). Sum of RGB (Red+Green+Blue) = 207+32+102=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2066 is #30DF99. Grayscale: #5C5C5C. Windows color (decimal): -3202970 or 6693071. OLE color: 6693071.
HSL color Cylindrical-coordinate representation of color #CF2066: hue angle of 336º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2066 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 102 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.19 |
| HSL | 336º | 0.73% | 0.47% | - |
| HSV(B) | 336º | 0.85% | 0.81% | - |
| XYZ | 28.65 | 15.26 | 14.01 | - |
| YUV | 92.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 102 | 0 | 0.85 | 0.51 | 0.19 | 336 | 0.73 | 0.47 |
| Hex | CF | 20 | 66 | 0 | 55 | 33 | 13 | 150 | 49 | 2F |
| Octal | 317 | 40 | 146 | 0 | 125 | 63 | 23 | 520 | 111 | 57 |
| Binary | 11001111 | 100000 | 1100110 | 0 | 1010101 | 110011 | 10011 | 101010000 | 1001001 | 101111 |
Color Harmonies of #CF2066
Complementary color
Monochromatic Colors of #CF2066
Black with #CF2066
Text Example
Text Example
White with #CF2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2066; }
p { color: rgb(207,32,102); }
H1.HeaderClassName
{
color: #CF2066;
}
.AnyTagClassName
{
color: #CF2066;
}
</style>
background-color css
<style>
a { background-color: #CF2066; }
a { background-color: rgb(207,32,102); }
div.DivClassName
{
background-color: #CF2066;
}
.BgClassName
{
background-color: #CF2066;
}
</style>
border-color css
<style>
span { border-color: #CF2066; }
span { border-color: rgb(207,32,102); }
td.TdClassName
{
border-color: #CF2066;
}
.TagClassName
{
border-color: #CF2066;
}
</style>