Shades of Ruby #CC135E
Tints of Ruby #CC135E
RGB
CMYK
RGB Variations
Color information
#CC135E (or 0xCC135E) is known color: Ruby. HEX triplet: CC, 13 and 5E. RGB value is (204,19,94). Sum of RGB (Red+Green+Blue) = 204+19+94=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC135E is #33ECA1. Grayscale: #525252. Windows color (decimal): -3402914 or 6165452. OLE color: 6165452.
HSL color Cylindrical-coordinate representation of color #CC135E: hue angle of 335.68º 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 #CC135E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 94 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.2 |
| HSL | 335.68º | 0.83% | 0.44% | - |
| HSV(B) | 335.68º | 0.91% | 0.8% | - |
| XYZ | 27.16 | 14.11 | 11.88 | - |
| YUV | 82.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 94 | 0 | 0.91 | 0.54 | 0.2 | 335.68 | 0.83 | 0.44 |
| Hex | CC | 13 | 5E | 0 | 5B | 36 | 14 | 150 | 53 | 2C |
| Octal | 314 | 23 | 136 | 0 | 133 | 66 | 24 | 520 | 123 | 54 |
| Binary | 11001100 | 10011 | 1011110 | 0 | 1011011 | 110110 | 10100 | 101010000 | 1010011 | 101100 |
Color Harmonies of #CC135E
Complementary color
Monochromatic Colors of #CC135E
Black with #CC135E
Text Example
Text Example
White with #CC135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC135E; }
p { color: rgb(204,19,94); }
H1.HeaderClassName
{
color: #CC135E;
}
.AnyTagClassName
{
color: #CC135E;
}
</style>
background-color css
<style>
a { background-color: #CC135E; }
a { background-color: rgb(204,19,94); }
div.DivClassName
{
background-color: #CC135E;
}
.BgClassName
{
background-color: #CC135E;
}
</style>
border-color css
<style>
span { border-color: #CC135E; }
span { border-color: rgb(204,19,94); }
td.TdClassName
{
border-color: #CC135E;
}
.TagClassName
{
border-color: #CC135E;
}
</style>