Shades of Ruby #CC1461
Tints of Ruby #CC1461
RGB
CMYK
RGB Variations
Color information
#CC1461 (or 0xCC1461) is known color: Ruby. HEX triplet: CC, 14 and 61. RGB value is (204,20,97). Sum of RGB (Red+Green+Blue) = 204+20+97=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1461 is #33EB9E. Grayscale: #535353. Windows color (decimal): -3402655 or 6362316. OLE color: 6362316.
HSL color Cylindrical-coordinate representation of color #CC1461: hue angle of 334.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1461 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 97 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.2 |
| HSL | 334.89º | 0.82% | 0.44% | - |
| HSV(B) | 334.89º | 0.9% | 0.8% | - |
| XYZ | 27.31 | 14.2 | 12.61 | - |
| YUV | 83.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 97 | 0 | 0.90 | 0.52 | 0.2 | 334.89 | 0.82 | 0.44 |
| Hex | CC | 14 | 61 | 0 | 5A | 34 | 14 | 14F | 52 | 2C |
| Octal | 314 | 24 | 141 | 0 | 132 | 64 | 24 | 517 | 122 | 54 |
| Binary | 11001100 | 10100 | 1100001 | 0 | 1011010 | 110100 | 10100 | 101001111 | 1010010 | 101100 |
Color Harmonies of #CC1461
Complementary color
Monochromatic Colors of #CC1461
Black with #CC1461
Text Example
Text Example
White with #CC1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1461; }
p { color: rgb(204,20,97); }
H1.HeaderClassName
{
color: #CC1461;
}
.AnyTagClassName
{
color: #CC1461;
}
</style>
background-color css
<style>
a { background-color: #CC1461; }
a { background-color: rgb(204,20,97); }
div.DivClassName
{
background-color: #CC1461;
}
.BgClassName
{
background-color: #CC1461;
}
</style>
border-color css
<style>
span { border-color: #CC1461; }
span { border-color: rgb(204,20,97); }
td.TdClassName
{
border-color: #CC1461;
}
.TagClassName
{
border-color: #CC1461;
}
</style>