Shades of Ruby #CE2067
Tints of Ruby #CE2067
RGB
CMYK
RGB Variations
Color information
#CE2067 (or 0xCE2067) is known color: Ruby. HEX triplet: CE, 20 and 67. RGB value is (206,32,103). Sum of RGB (Red+Green+Blue) = 206+32+103=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2067 is #31DF98. Grayscale: #5C5C5C. Windows color (decimal): -3268505 or 6758606. OLE color: 6758606.
HSL color Cylindrical-coordinate representation of color #CE2067: hue angle of 335.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2067 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 103 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.19 |
| HSL | 335.52º | 0.73% | 0.47% | - |
| HSV(B) | 335.52º | 0.84% | 0.81% | - |
| XYZ | 28.42 | 15.13 | 14.26 | - |
| YUV | 92.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 103 | 0 | 0.84 | 0.50 | 0.19 | 335.52 | 0.73 | 0.47 |
| Hex | CE | 20 | 67 | 0 | 54 | 32 | 13 | 150 | 49 | 2F |
| Octal | 316 | 40 | 147 | 0 | 124 | 62 | 23 | 520 | 111 | 57 |
| Binary | 11001110 | 100000 | 1100111 | 0 | 1010100 | 110010 | 10011 | 101010000 | 1001001 | 101111 |
Color Harmonies of #CE2067
Complementary color
Monochromatic Colors of #CE2067
Black with #CE2067
Text Example
Text Example
White with #CE2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2067; }
p { color: rgb(206,32,103); }
H1.HeaderClassName
{
color: #CE2067;
}
.AnyTagClassName
{
color: #CE2067;
}
</style>
background-color css
<style>
a { background-color: #CE2067; }
a { background-color: rgb(206,32,103); }
div.DivClassName
{
background-color: #CE2067;
}
.BgClassName
{
background-color: #CE2067;
}
</style>
border-color css
<style>
span { border-color: #CE2067; }
span { border-color: rgb(206,32,103); }
td.TdClassName
{
border-color: #CE2067;
}
.TagClassName
{
border-color: #CE2067;
}
</style>