Shades of Ruby #CC135B
Tints of Ruby #CC135B
RGB
CMYK
RGB Variations
Color information
#CC135B (or 0xCC135B) is known color: Ruby. HEX triplet: CC, 13 and 5B. RGB value is (204,19,91). Sum of RGB (Red+Green+Blue) = 204+19+91=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC135B is #33ECA4. Grayscale: #525252. Windows color (decimal): -3402917 or 5968844. OLE color: 5968844.
HSL color Cylindrical-coordinate representation of color #CC135B: hue angle of 336.65º 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 #CC135B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 91 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.2 |
| HSL | 336.65º | 0.83% | 0.44% | - |
| HSV(B) | 336.65º | 0.91% | 0.8% | - |
| XYZ | 27.02 | 14.06 | 11.19 | - |
| YUV | 82.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 91 | 0 | 0.91 | 0.55 | 0.2 | 336.65 | 0.83 | 0.44 |
| Hex | CC | 13 | 5B | 0 | 5B | 37 | 14 | 151 | 53 | 2C |
| Octal | 314 | 23 | 133 | 0 | 133 | 67 | 24 | 521 | 123 | 54 |
| Binary | 11001100 | 10011 | 1011011 | 0 | 1011011 | 110111 | 10100 | 101010001 | 1010011 | 101100 |
Color Harmonies of #CC135B
Complementary color
Monochromatic Colors of #CC135B
Black with #CC135B
Text Example
Text Example
White with #CC135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC135B; }
p { color: rgb(204,19,91); }
H1.HeaderClassName
{
color: #CC135B;
}
.AnyTagClassName
{
color: #CC135B;
}
</style>
background-color css
<style>
a { background-color: #CC135B; }
a { background-color: rgb(204,19,91); }
div.DivClassName
{
background-color: #CC135B;
}
.BgClassName
{
background-color: #CC135B;
}
</style>
border-color css
<style>
span { border-color: #CC135B; }
span { border-color: rgb(204,19,91); }
td.TdClassName
{
border-color: #CC135B;
}
.TagClassName
{
border-color: #CC135B;
}
</style>