Shades of Ruby #CF206A
Tints of Ruby #CF206A
RGB
CMYK
RGB Variations
Color information
#CF206A (or 0xCF206A) is known color: Ruby. HEX triplet: CF, 20 and 6A. RGB value is (207,32,106). Sum of RGB (Red+Green+Blue) = 207+32+106=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF206A is #30DF95. Grayscale: #5C5C5C. Windows color (decimal): -3202966 or 6955215. OLE color: 6955215.
HSL color Cylindrical-coordinate representation of color #CF206A: hue angle of 334.63º 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 #CF206A is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 106 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.19 |
| HSL | 334.63º | 0.73% | 0.47% | - |
| HSV(B) | 334.63º | 0.85% | 0.81% | - |
| XYZ | 28.85 | 15.34 | 15.08 | - |
| YUV | 92.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 106 | 0 | 0.85 | 0.49 | 0.19 | 334.63 | 0.73 | 0.47 |
| Hex | CF | 20 | 6A | 0 | 55 | 31 | 13 | 14F | 49 | 2F |
| Octal | 317 | 40 | 152 | 0 | 125 | 61 | 23 | 517 | 111 | 57 |
| Binary | 11001111 | 100000 | 1101010 | 0 | 1010101 | 110001 | 10011 | 101001111 | 1001001 | 101111 |
Color Harmonies of #CF206A
Complementary color
Monochromatic Colors of #CF206A
Black with #CF206A
Text Example
Text Example
White with #CF206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF206A; }
p { color: rgb(207,32,106); }
H1.HeaderClassName
{
color: #CF206A;
}
.AnyTagClassName
{
color: #CF206A;
}
</style>
background-color css
<style>
a { background-color: #CF206A; }
a { background-color: rgb(207,32,106); }
div.DivClassName
{
background-color: #CF206A;
}
.BgClassName
{
background-color: #CF206A;
}
</style>
border-color css
<style>
span { border-color: #CF206A; }
span { border-color: rgb(207,32,106); }
td.TdClassName
{
border-color: #CF206A;
}
.TagClassName
{
border-color: #CF206A;
}
</style>