Shades of Ruby #CF206E
Tints of Ruby #CF206E
RGB
CMYK
RGB Variations
Color information
#CF206E (or 0xCF206E) is known color: Ruby. HEX triplet: CF, 20 and 6E. RGB value is (207,32,110). Sum of RGB (Red+Green+Blue) = 207+32+110=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF206E is #30DF91. Grayscale: #5D5D5D. Windows color (decimal): -3202962 or 7217359. OLE color: 7217359.
HSL color Cylindrical-coordinate representation of color #CF206E: hue angle of 333.26º 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 #CF206E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 110 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.19 |
| HSL | 333.26º | 0.73% | 0.47% | - |
| HSV(B) | 333.26º | 0.85% | 0.81% | - |
| XYZ | 29.06 | 15.42 | 16.2 | - |
| YUV | 93.22 | 137.48 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 110 | 0 | 0.85 | 0.47 | 0.19 | 333.26 | 0.73 | 0.47 |
| Hex | CF | 20 | 6E | 0 | 55 | 2F | 13 | 14D | 49 | 2F |
| Octal | 317 | 40 | 156 | 0 | 125 | 57 | 23 | 515 | 111 | 57 |
| Binary | 11001111 | 100000 | 1101110 | 0 | 1010101 | 101111 | 10011 | 101001101 | 1001001 | 101111 |
Color Harmonies of #CF206E
Complementary color
Monochromatic Colors of #CF206E
Black with #CF206E
Text Example
Text Example
White with #CF206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF206E; }
p { color: rgb(207,32,110); }
H1.HeaderClassName
{
color: #CF206E;
}
.AnyTagClassName
{
color: #CF206E;
}
</style>
background-color css
<style>
a { background-color: #CF206E; }
a { background-color: rgb(207,32,110); }
div.DivClassName
{
background-color: #CF206E;
}
.BgClassName
{
background-color: #CF206E;
}
</style>
border-color css
<style>
span { border-color: #CF206E; }
span { border-color: rgb(207,32,110); }
td.TdClassName
{
border-color: #CF206E;
}
.TagClassName
{
border-color: #CF206E;
}
</style>