Shades of Ruby #CC1457
Tints of Ruby #CC1457
RGB
CMYK
RGB Variations
Color information
#CC1457 (or 0xCC1457) is known color: Ruby. HEX triplet: CC, 14 and 57. RGB value is (204,20,87). Sum of RGB (Red+Green+Blue) = 204+20+87=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1457 is #33EBA8. Grayscale: #525252. Windows color (decimal): -3402665 or 5706956. OLE color: 5706956.
HSL color Cylindrical-coordinate representation of color #CC1457: hue angle of 338.15º 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 #CC1457 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 87 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.2 |
| HSL | 338.15º | 0.82% | 0.44% | - |
| HSV(B) | 338.15º | 0.9% | 0.8% | - |
| XYZ | 26.87 | 14.03 | 10.31 | - |
| YUV | 82.65 | 130.46 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 87 | 0 | 0.90 | 0.57 | 0.2 | 338.15 | 0.82 | 0.44 |
| Hex | CC | 14 | 57 | 0 | 5A | 39 | 14 | 152 | 52 | 2C |
| Octal | 314 | 24 | 127 | 0 | 132 | 71 | 24 | 522 | 122 | 54 |
| Binary | 11001100 | 10100 | 1010111 | 0 | 1011010 | 111001 | 10100 | 101010010 | 1010010 | 101100 |
Color Harmonies of #CC1457
Complementary color
Monochromatic Colors of #CC1457
Black with #CC1457
Text Example
Text Example
White with #CC1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1457; }
p { color: rgb(204,20,87); }
H1.HeaderClassName
{
color: #CC1457;
}
.AnyTagClassName
{
color: #CC1457;
}
</style>
background-color css
<style>
a { background-color: #CC1457; }
a { background-color: rgb(204,20,87); }
div.DivClassName
{
background-color: #CC1457;
}
.BgClassName
{
background-color: #CC1457;
}
</style>
border-color css
<style>
span { border-color: #CC1457; }
span { border-color: rgb(204,20,87); }
td.TdClassName
{
border-color: #CC1457;
}
.TagClassName
{
border-color: #CC1457;
}
</style>