Shades of Ruby #CE0362
Tints of Ruby #CE0362
RGB
CMYK
RGB Variations
Color information
#CE0362 (or 0xCE0362) is known color: Ruby. HEX triplet: CE, 03 and 62. RGB value is (206,3,98). Sum of RGB (Red+Green+Blue) = 206+3+98=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0362 is #31FC9D. Grayscale: #4A4A4A. Windows color (decimal): -3275934 or 6423502. OLE color: 6423502.
HSL color Cylindrical-coordinate representation of color #CE0362: hue angle of 331.92º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0362 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 98 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.19 |
| HSL | 331.92º | 0.97% | 0.41% | - |
| HSV(B) | 331.92º | 0.99% | 0.81% | - |
| XYZ | 27.69 | 14.07 | 12.81 | - |
| YUV | 74.53 | 141.25 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 98 | 0 | 0.99 | 0.52 | 0.19 | 331.92 | 0.97 | 0.41 |
| Hex | CE | 3 | 62 | 0 | 63 | 34 | 13 | 14C | 61 | 29 |
| Octal | 316 | 3 | 142 | 0 | 143 | 64 | 23 | 514 | 141 | 51 |
| Binary | 11001110 | 11 | 1100010 | 0 | 1100011 | 110100 | 10011 | 101001100 | 1100001 | 101001 |
Color Harmonies of #CE0362
Complementary color
Monochromatic Colors of #CE0362
Black with #CE0362
Text Example
Text Example
White with #CE0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0362; }
p { color: rgb(206,3,98); }
H1.HeaderClassName
{
color: #CE0362;
}
.AnyTagClassName
{
color: #CE0362;
}
</style>
background-color css
<style>
a { background-color: #CE0362; }
a { background-color: rgb(206,3,98); }
div.DivClassName
{
background-color: #CE0362;
}
.BgClassName
{
background-color: #CE0362;
}
</style>
border-color css
<style>
span { border-color: #CE0362; }
span { border-color: rgb(206,3,98); }
td.TdClassName
{
border-color: #CE0362;
}
.TagClassName
{
border-color: #CE0362;
}
</style>