Shades of Ruby #CC1153
Tints of Ruby #CC1153
RGB
CMYK
RGB Variations
Color information
#CC1153 (or 0xCC1153) is known color: Ruby. HEX triplet: CC, 11 and 53. RGB value is (204,17,83). Sum of RGB (Red+Green+Blue) = 204+17+83=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1153 is #33EEAC. Grayscale: #505050. Windows color (decimal): -3403437 or 5444044. OLE color: 5444044.
HSL color Cylindrical-coordinate representation of color #CC1153: hue angle of 338.82º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1153 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 83 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.2 |
| HSL | 338.82º | 0.85% | 0.43% | - |
| HSV(B) | 338.82º | 0.92% | 0.8% | - |
| XYZ | 26.66 | 13.86 | 9.45 | - |
| YUV | 80.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 83 | 0 | 0.92 | 0.59 | 0.2 | 338.82 | 0.85 | 0.43 |
| Hex | CC | 11 | 53 | 0 | 5C | 3B | 14 | 153 | 55 | 2B |
| Octal | 314 | 21 | 123 | 0 | 134 | 73 | 24 | 523 | 125 | 53 |
| Binary | 11001100 | 10001 | 1010011 | 0 | 1011100 | 111011 | 10100 | 101010011 | 1010101 | 101011 |
Color Harmonies of #CC1153
Complementary color
Monochromatic Colors of #CC1153
Black with #CC1153
Text Example
Text Example
White with #CC1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1153; }
p { color: rgb(204,17,83); }
H1.HeaderClassName
{
color: #CC1153;
}
.AnyTagClassName
{
color: #CC1153;
}
</style>
background-color css
<style>
a { background-color: #CC1153; }
a { background-color: rgb(204,17,83); }
div.DivClassName
{
background-color: #CC1153;
}
.BgClassName
{
background-color: #CC1153;
}
</style>
border-color css
<style>
span { border-color: #CC1153; }
span { border-color: rgb(204,17,83); }
td.TdClassName
{
border-color: #CC1153;
}
.TagClassName
{
border-color: #CC1153;
}
</style>