Shades of Ruby #CC135A
Tints of Ruby #CC135A
RGB
CMYK
RGB Variations
Color information
#CC135A (or 0xCC135A) is known color: Ruby. HEX triplet: CC, 13 and 5A. RGB value is (204,19,90). Sum of RGB (Red+Green+Blue) = 204+19+90=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC135A is #33ECA5. Grayscale: #525252. Windows color (decimal): -3402918 or 5903308. OLE color: 5903308.
HSL color Cylindrical-coordinate representation of color #CC135A: hue angle of 336.97º degrees, saturation: 0.83, 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 #CC135A is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 90 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.2 |
| HSL | 336.97º | 0.83% | 0.44% | - |
| HSV(B) | 336.97º | 0.91% | 0.8% | - |
| XYZ | 26.98 | 14.04 | 10.96 | - |
| YUV | 82.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 90 | 0 | 0.91 | 0.56 | 0.2 | 336.97 | 0.83 | 0.44 |
| Hex | CC | 13 | 5A | 0 | 5B | 38 | 14 | 151 | 53 | 2C |
| Octal | 314 | 23 | 132 | 0 | 133 | 70 | 24 | 521 | 123 | 54 |
| Binary | 11001100 | 10011 | 1011010 | 0 | 1011011 | 111000 | 10100 | 101010001 | 1010011 | 101100 |
Color Harmonies of #CC135A
Complementary color
Monochromatic Colors of #CC135A
Black with #CC135A
Text Example
Text Example
White with #CC135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC135A; }
p { color: rgb(204,19,90); }
H1.HeaderClassName
{
color: #CC135A;
}
.AnyTagClassName
{
color: #CC135A;
}
</style>
background-color css
<style>
a { background-color: #CC135A; }
a { background-color: rgb(204,19,90); }
div.DivClassName
{
background-color: #CC135A;
}
.BgClassName
{
background-color: #CC135A;
}
</style>
border-color css
<style>
span { border-color: #CC135A; }
span { border-color: rgb(204,19,90); }
td.TdClassName
{
border-color: #CC135A;
}
.TagClassName
{
border-color: #CC135A;
}
</style>