Shades of Ruby #CC1152
Tints of Ruby #CC1152
RGB
CMYK
RGB Variations
Color information
#CC1152 (or 0xCC1152) is known color: Ruby. HEX triplet: CC, 11 and 52. RGB value is (204,17,82). Sum of RGB (Red+Green+Blue) = 204+17+82=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1152 is #33EEAD. Grayscale: #505050. Windows color (decimal): -3403438 or 5378508. OLE color: 5378508.
HSL color Cylindrical-coordinate representation of color #CC1152: hue angle of 339.14º 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 #CC1152 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 82 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.2 |
| HSL | 339.14º | 0.85% | 0.43% | - |
| HSV(B) | 339.14º | 0.92% | 0.8% | - |
| XYZ | 26.63 | 13.85 | 9.25 | - |
| YUV | 80.32 | 128.95 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 82 | 0 | 0.92 | 0.60 | 0.2 | 339.14 | 0.85 | 0.43 |
| Hex | CC | 11 | 52 | 0 | 5C | 3C | 14 | 153 | 55 | 2B |
| Octal | 314 | 21 | 122 | 0 | 134 | 74 | 24 | 523 | 125 | 53 |
| Binary | 11001100 | 10001 | 1010010 | 0 | 1011100 | 111100 | 10100 | 101010011 | 1010101 | 101011 |
Color Harmonies of #CC1152
Complementary color
Monochromatic Colors of #CC1152
Black with #CC1152
Text Example
Text Example
White with #CC1152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1152; }
p { color: rgb(204,17,82); }
H1.HeaderClassName
{
color: #CC1152;
}
.AnyTagClassName
{
color: #CC1152;
}
</style>
background-color css
<style>
a { background-color: #CC1152; }
a { background-color: rgb(204,17,82); }
div.DivClassName
{
background-color: #CC1152;
}
.BgClassName
{
background-color: #CC1152;
}
</style>
border-color css
<style>
span { border-color: #CC1152; }
span { border-color: rgb(204,17,82); }
td.TdClassName
{
border-color: #CC1152;
}
.TagClassName
{
border-color: #CC1152;
}
</style>