Shades of Ruby #CC1E66
Tints of Ruby #CC1E66
RGB
CMYK
RGB Variations
Color information
#CC1E66 (or 0xCC1E66) is known color: Ruby. HEX triplet: CC, 1E and 66. RGB value is (204,30,102). Sum of RGB (Red+Green+Blue) = 204+30+102=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1E66 is #33E199. Grayscale: #5A5A5A. Windows color (decimal): -3400090 or 6692556. OLE color: 6692556.
HSL color Cylindrical-coordinate representation of color #CC1E66: hue angle of 335.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1E66 is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 102 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.2 |
| HSL | 335.17º | 0.74% | 0.46% | - |
| HSV(B) | 335.17º | 0.85% | 0.8% | - |
| XYZ | 27.76 | 14.73 | 13.95 | - |
| YUV | 90.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 102 | 0 | 0.85 | 0.5 | 0.2 | 335.17 | 0.74 | 0.46 |
| Hex | CC | 1E | 66 | 0 | 55 | 32 | 14 | 14F | 4A | 2E |
| Octal | 314 | 36 | 146 | 0 | 125 | 62 | 24 | 517 | 112 | 56 |
| Binary | 11001100 | 11110 | 1100110 | 0 | 1010101 | 110010 | 10100 | 101001111 | 1001010 | 101110 |
Color Harmonies of #CC1E66
Complementary color
Monochromatic Colors of #CC1E66
Black with #CC1E66
Text Example
Text Example
White with #CC1E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E66; }
p { color: rgb(204,30,102); }
H1.HeaderClassName
{
color: #CC1E66;
}
.AnyTagClassName
{
color: #CC1E66;
}
</style>
background-color css
<style>
a { background-color: #CC1E66; }
a { background-color: rgb(204,30,102); }
div.DivClassName
{
background-color: #CC1E66;
}
.BgClassName
{
background-color: #CC1E66;
}
</style>
border-color css
<style>
span { border-color: #CC1E66; }
span { border-color: rgb(204,30,102); }
td.TdClassName
{
border-color: #CC1E66;
}
.TagClassName
{
border-color: #CC1E66;
}
</style>