Shades of Ruby #CE195C
Tints of Ruby #CE195C
RGB
CMYK
RGB Variations
Color information
#CE195C (or 0xCE195C) is known color: Ruby. HEX triplet: CE, 19 and 5C. RGB value is (206,25,92). Sum of RGB (Red+Green+Blue) = 206+25+92=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE195C is #31E6A3. Grayscale: #565656. Windows color (decimal): -3270308 or 6035918. OLE color: 6035918.
HSL color Cylindrical-coordinate representation of color #CE195C: hue angle of 337.79º 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 #CE195C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 92 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.19 |
| HSL | 337.79º | 0.78% | 0.45% | - |
| HSV(B) | 337.79º | 0.88% | 0.81% | - |
| XYZ | 27.73 | 14.59 | 11.48 | - |
| YUV | 86.76 | 130.97 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 92 | 0 | 0.88 | 0.55 | 0.19 | 337.79 | 0.78 | 0.45 |
| Hex | CE | 19 | 5C | 0 | 58 | 37 | 13 | 152 | 4E | 2D |
| Octal | 316 | 31 | 134 | 0 | 130 | 67 | 23 | 522 | 116 | 55 |
| Binary | 11001110 | 11001 | 1011100 | 0 | 1011000 | 110111 | 10011 | 101010010 | 1001110 | 101101 |
Color Harmonies of #CE195C
Complementary color
Monochromatic Colors of #CE195C
Black with #CE195C
Text Example
Text Example
White with #CE195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE195C; }
p { color: rgb(206,25,92); }
H1.HeaderClassName
{
color: #CE195C;
}
.AnyTagClassName
{
color: #CE195C;
}
</style>
background-color css
<style>
a { background-color: #CE195C; }
a { background-color: rgb(206,25,92); }
div.DivClassName
{
background-color: #CE195C;
}
.BgClassName
{
background-color: #CE195C;
}
</style>
border-color css
<style>
span { border-color: #CE195C; }
span { border-color: rgb(206,25,92); }
td.TdClassName
{
border-color: #CE195C;
}
.TagClassName
{
border-color: #CE195C;
}
</style>