Shades of Ruby #CE196C
Tints of Ruby #CE196C
RGB
CMYK
RGB Variations
Color information
#CE196C (or 0xCE196C) is known color: Ruby. HEX triplet: CE, 19 and 6C. RGB value is (206,25,108). Sum of RGB (Red+Green+Blue) = 206+25+108=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE196C is #31E693. Grayscale: #585858. Windows color (decimal): -3270292 or 7084494. OLE color: 7084494.
HSL color Cylindrical-coordinate representation of color #CE196C: hue angle of 332.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE196C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 108 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.19 |
| HSL | 332.49º | 0.78% | 0.45% | - |
| HSV(B) | 332.49º | 0.88% | 0.81% | - |
| XYZ | 28.51 | 14.9 | 15.56 | - |
| YUV | 88.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 108 | 0 | 0.88 | 0.48 | 0.19 | 332.49 | 0.78 | 0.45 |
| Hex | CE | 19 | 6C | 0 | 58 | 30 | 13 | 14C | 4E | 2D |
| Octal | 316 | 31 | 154 | 0 | 130 | 60 | 23 | 514 | 116 | 55 |
| Binary | 11001110 | 11001 | 1101100 | 0 | 1011000 | 110000 | 10011 | 101001100 | 1001110 | 101101 |
Color Harmonies of #CE196C
Complementary color
Monochromatic Colors of #CE196C
Black with #CE196C
Text Example
Text Example
White with #CE196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE196C; }
p { color: rgb(206,25,108); }
H1.HeaderClassName
{
color: #CE196C;
}
.AnyTagClassName
{
color: #CE196C;
}
</style>
background-color css
<style>
a { background-color: #CE196C; }
a { background-color: rgb(206,25,108); }
div.DivClassName
{
background-color: #CE196C;
}
.BgClassName
{
background-color: #CE196C;
}
</style>
border-color css
<style>
span { border-color: #CE196C; }
span { border-color: rgb(206,25,108); }
td.TdClassName
{
border-color: #CE196C;
}
.TagClassName
{
border-color: #CE196C;
}
</style>