Shades of Ruby #CE196B
Tints of Ruby #CE196B
RGB
CMYK
RGB Variations
Color information
#CE196B (or 0xCE196B) is known color: Ruby. HEX triplet: CE, 19 and 6B. RGB value is (206,25,107). Sum of RGB (Red+Green+Blue) = 206+25+107=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE196B is #31E694. Grayscale: #585858. Windows color (decimal): -3270293 or 7018958. OLE color: 7018958.
HSL color Cylindrical-coordinate representation of color #CE196B: hue angle of 332.82º 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 #CE196B is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 107 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.19 |
| HSL | 332.82º | 0.78% | 0.45% | - |
| HSV(B) | 332.82º | 0.88% | 0.81% | - |
| XYZ | 28.46 | 14.88 | 15.28 | - |
| YUV | 88.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 107 | 0 | 0.88 | 0.48 | 0.19 | 332.82 | 0.78 | 0.45 |
| Hex | CE | 19 | 6B | 0 | 58 | 30 | 13 | 14D | 4E | 2D |
| Octal | 316 | 31 | 153 | 0 | 130 | 60 | 23 | 515 | 116 | 55 |
| Binary | 11001110 | 11001 | 1101011 | 0 | 1011000 | 110000 | 10011 | 101001101 | 1001110 | 101101 |
Color Harmonies of #CE196B
Complementary color
Monochromatic Colors of #CE196B
Black with #CE196B
Text Example
Text Example
White with #CE196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE196B; }
p { color: rgb(206,25,107); }
H1.HeaderClassName
{
color: #CE196B;
}
.AnyTagClassName
{
color: #CE196B;
}
</style>
background-color css
<style>
a { background-color: #CE196B; }
a { background-color: rgb(206,25,107); }
div.DivClassName
{
background-color: #CE196B;
}
.BgClassName
{
background-color: #CE196B;
}
</style>
border-color css
<style>
span { border-color: #CE196B; }
span { border-color: rgb(206,25,107); }
td.TdClassName
{
border-color: #CE196B;
}
.TagClassName
{
border-color: #CE196B;
}
</style>