Shades of Ruby #CF206C
Tints of Ruby #CF206C
RGB
CMYK
RGB Variations
Color information
#CF206C (or 0xCF206C) is known color: Ruby. HEX triplet: CF, 20 and 6C. RGB value is (207,32,108). Sum of RGB (Red+Green+Blue) = 207+32+108=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF206C is #30DF93. Grayscale: #5C5C5C. Windows color (decimal): -3202964 or 7086287. OLE color: 7086287.
HSL color Cylindrical-coordinate representation of color #CF206C: hue angle of 333.94º 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 #CF206C is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 108 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.19 |
| HSL | 333.94º | 0.73% | 0.47% | - |
| HSV(B) | 333.94º | 0.85% | 0.81% | - |
| XYZ | 28.96 | 15.38 | 15.63 | - |
| YUV | 92.99 | 136.48 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 108 | 0 | 0.85 | 0.48 | 0.19 | 333.94 | 0.73 | 0.47 |
| Hex | CF | 20 | 6C | 0 | 55 | 30 | 13 | 14E | 49 | 2F |
| Octal | 317 | 40 | 154 | 0 | 125 | 60 | 23 | 516 | 111 | 57 |
| Binary | 11001111 | 100000 | 1101100 | 0 | 1010101 | 110000 | 10011 | 101001110 | 1001001 | 101111 |
Color Harmonies of #CF206C
Complementary color
Monochromatic Colors of #CF206C
Black with #CF206C
Text Example
Text Example
White with #CF206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF206C; }
p { color: rgb(207,32,108); }
H1.HeaderClassName
{
color: #CF206C;
}
.AnyTagClassName
{
color: #CF206C;
}
</style>
background-color css
<style>
a { background-color: #CF206C; }
a { background-color: rgb(207,32,108); }
div.DivClassName
{
background-color: #CF206C;
}
.BgClassName
{
background-color: #CF206C;
}
</style>
border-color css
<style>
span { border-color: #CF206C; }
span { border-color: rgb(207,32,108); }
td.TdClassName
{
border-color: #CF206C;
}
.TagClassName
{
border-color: #CF206C;
}
</style>