Shades of Ruby #CF206F
Tints of Ruby #CF206F
RGB
CMYK
RGB Variations
Color information
#CF206F (or 0xCF206F) is known color: Ruby. HEX triplet: CF, 20 and 6F. RGB value is (207,32,111). Sum of RGB (Red+Green+Blue) = 207+32+111=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF206F is #30DF90. Grayscale: #5D5D5D. Windows color (decimal): -3202961 or 7282895. OLE color: 7282895.
HSL color Cylindrical-coordinate representation of color #CF206F: hue angle of 332.91º 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 #CF206F is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 111 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.19 |
| HSL | 332.91º | 0.73% | 0.47% | - |
| HSV(B) | 332.91º | 0.85% | 0.81% | - |
| XYZ | 29.12 | 15.45 | 16.49 | - |
| YUV | 93.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 111 | 0 | 0.85 | 0.46 | 0.19 | 332.91 | 0.73 | 0.47 |
| Hex | CF | 20 | 6F | 0 | 55 | 2E | 13 | 14D | 49 | 2F |
| Octal | 317 | 40 | 157 | 0 | 125 | 56 | 23 | 515 | 111 | 57 |
| Binary | 11001111 | 100000 | 1101111 | 0 | 1010101 | 101110 | 10011 | 101001101 | 1001001 | 101111 |
Color Harmonies of #CF206F
Complementary color
Monochromatic Colors of #CF206F
Black with #CF206F
Text Example
Text Example
White with #CF206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF206F; }
p { color: rgb(207,32,111); }
H1.HeaderClassName
{
color: #CF206F;
}
.AnyTagClassName
{
color: #CF206F;
}
</style>
background-color css
<style>
a { background-color: #CF206F; }
a { background-color: rgb(207,32,111); }
div.DivClassName
{
background-color: #CF206F;
}
.BgClassName
{
background-color: #CF206F;
}
</style>
border-color css
<style>
span { border-color: #CF206F; }
span { border-color: rgb(207,32,111); }
td.TdClassName
{
border-color: #CF206F;
}
.TagClassName
{
border-color: #CF206F;
}
</style>