Shades of Ruby #CC1255
Tints of Ruby #CC1255
RGB
CMYK
RGB Variations
Color information
#CC1255 (or 0xCC1255) is known color: Ruby. HEX triplet: CC, 12 and 55. RGB value is (204,18,85). Sum of RGB (Red+Green+Blue) = 204+18+85=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1255 is #33EDAA. Grayscale: #515151. Windows color (decimal): -3403179 or 5575372. OLE color: 5575372.
HSL color Cylindrical-coordinate representation of color #CC1255: hue angle of 338.39º 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 #CC1255 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 85 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.2 |
| HSL | 338.39º | 0.84% | 0.44% | - |
| HSV(B) | 338.39º | 0.91% | 0.8% | - |
| XYZ | 26.76 | 13.93 | 9.87 | - |
| YUV | 81.25 | 130.12 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 85 | 0 | 0.91 | 0.58 | 0.2 | 338.39 | 0.84 | 0.44 |
| Hex | CC | 12 | 55 | 0 | 5B | 3A | 14 | 152 | 54 | 2C |
| Octal | 314 | 22 | 125 | 0 | 133 | 72 | 24 | 522 | 124 | 54 |
| Binary | 11001100 | 10010 | 1010101 | 0 | 1011011 | 111010 | 10100 | 101010010 | 1010100 | 101100 |
Color Harmonies of #CC1255
Complementary color
Monochromatic Colors of #CC1255
Black with #CC1255
Text Example
Text Example
White with #CC1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1255; }
p { color: rgb(204,18,85); }
H1.HeaderClassName
{
color: #CC1255;
}
.AnyTagClassName
{
color: #CC1255;
}
</style>
background-color css
<style>
a { background-color: #CC1255; }
a { background-color: rgb(204,18,85); }
div.DivClassName
{
background-color: #CC1255;
}
.BgClassName
{
background-color: #CC1255;
}
</style>
border-color css
<style>
span { border-color: #CC1255; }
span { border-color: rgb(204,18,85); }
td.TdClassName
{
border-color: #CC1255;
}
.TagClassName
{
border-color: #CC1255;
}
</style>