Shades of Ruby #CF2068
Tints of Ruby #CF2068
RGB
CMYK
RGB Variations
Color information
#CF2068 (or 0xCF2068) is known color: Ruby. HEX triplet: CF, 20 and 68. RGB value is (207,32,104). Sum of RGB (Red+Green+Blue) = 207+32+104=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2068 is #30DF97. Grayscale: #5C5C5C. Windows color (decimal): -3202968 or 6824143. OLE color: 6824143.
HSL color Cylindrical-coordinate representation of color #CF2068: hue angle of 335.31º 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 #CF2068 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 104 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.19 |
| HSL | 335.31º | 0.73% | 0.47% | - |
| HSV(B) | 335.31º | 0.85% | 0.81% | - |
| XYZ | 28.75 | 15.3 | 14.53 | - |
| YUV | 92.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 104 | 0 | 0.85 | 0.50 | 0.19 | 335.31 | 0.73 | 0.47 |
| Hex | CF | 20 | 68 | 0 | 55 | 32 | 13 | 14F | 49 | 2F |
| Octal | 317 | 40 | 150 | 0 | 125 | 62 | 23 | 517 | 111 | 57 |
| Binary | 11001111 | 100000 | 1101000 | 0 | 1010101 | 110010 | 10011 | 101001111 | 1001001 | 101111 |
Color Harmonies of #CF2068
Complementary color
Monochromatic Colors of #CF2068
Black with #CF2068
Text Example
Text Example
White with #CF2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2068; }
p { color: rgb(207,32,104); }
H1.HeaderClassName
{
color: #CF2068;
}
.AnyTagClassName
{
color: #CF2068;
}
</style>
background-color css
<style>
a { background-color: #CF2068; }
a { background-color: rgb(207,32,104); }
div.DivClassName
{
background-color: #CF2068;
}
.BgClassName
{
background-color: #CF2068;
}
</style>
border-color css
<style>
span { border-color: #CF2068; }
span { border-color: rgb(207,32,104); }
td.TdClassName
{
border-color: #CF2068;
}
.TagClassName
{
border-color: #CF2068;
}
</style>