Shades of Ruby #CC1251
Tints of Ruby #CC1251
RGB
CMYK
RGB Variations
Color information
#CC1251 (or 0xCC1251) is known color: Ruby. HEX triplet: CC, 12 and 51. RGB value is (204,18,81). Sum of RGB (Red+Green+Blue) = 204+18+81=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1251 is #33EDAE. Grayscale: #505050. Windows color (decimal): -3403183 or 5313228. OLE color: 5313228.
HSL color Cylindrical-coordinate representation of color #CC1251: hue angle of 339.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1251 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 81 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.2 |
| HSL | 339.68º | 0.84% | 0.44% | - |
| HSV(B) | 339.68º | 0.91% | 0.8% | - |
| XYZ | 26.6 | 13.86 | 9.06 | - |
| YUV | 80.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 81 | 0 | 0.91 | 0.60 | 0.2 | 339.68 | 0.84 | 0.44 |
| Hex | CC | 12 | 51 | 0 | 5B | 3C | 14 | 154 | 54 | 2C |
| Octal | 314 | 22 | 121 | 0 | 133 | 74 | 24 | 524 | 124 | 54 |
| Binary | 11001100 | 10010 | 1010001 | 0 | 1011011 | 111100 | 10100 | 101010100 | 1010100 | 101100 |
Color Harmonies of #CC1251
Complementary color
Monochromatic Colors of #CC1251
Black with #CC1251
Text Example
Text Example
White with #CC1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1251; }
p { color: rgb(204,18,81); }
H1.HeaderClassName
{
color: #CC1251;
}
.AnyTagClassName
{
color: #CC1251;
}
</style>
background-color css
<style>
a { background-color: #CC1251; }
a { background-color: rgb(204,18,81); }
div.DivClassName
{
background-color: #CC1251;
}
.BgClassName
{
background-color: #CC1251;
}
</style>
border-color css
<style>
span { border-color: #CC1251; }
span { border-color: rgb(204,18,81); }
td.TdClassName
{
border-color: #CC1251;
}
.TagClassName
{
border-color: #CC1251;
}
</style>