Shades of Ruby #CC1354
Tints of Ruby #CC1354
RGB
CMYK
RGB Variations
Color information
#CC1354 (or 0xCC1354) is known color: Ruby. HEX triplet: CC, 13 and 54. RGB value is (204,19,84). Sum of RGB (Red+Green+Blue) = 204+19+84=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1354 is #33ECAB. Grayscale: #515151. Windows color (decimal): -3402924 or 5510092. OLE color: 5510092.
HSL color Cylindrical-coordinate representation of color #CC1354: hue angle of 338.92º 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 #CC1354 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 84 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.2 |
| HSL | 338.92º | 0.83% | 0.44% | - |
| HSV(B) | 338.92º | 0.91% | 0.8% | - |
| XYZ | 26.73 | 13.94 | 9.67 | - |
| YUV | 81.73 | 129.29 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 84 | 0 | 0.91 | 0.59 | 0.2 | 338.92 | 0.83 | 0.44 |
| Hex | CC | 13 | 54 | 0 | 5B | 3B | 14 | 153 | 53 | 2C |
| Octal | 314 | 23 | 124 | 0 | 133 | 73 | 24 | 523 | 123 | 54 |
| Binary | 11001100 | 10011 | 1010100 | 0 | 1011011 | 111011 | 10100 | 101010011 | 1010011 | 101100 |
Color Harmonies of #CC1354
Complementary color
Monochromatic Colors of #CC1354
Black with #CC1354
Text Example
Text Example
White with #CC1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1354; }
p { color: rgb(204,19,84); }
H1.HeaderClassName
{
color: #CC1354;
}
.AnyTagClassName
{
color: #CC1354;
}
</style>
background-color css
<style>
a { background-color: #CC1354; }
a { background-color: rgb(204,19,84); }
div.DivClassName
{
background-color: #CC1354;
}
.BgClassName
{
background-color: #CC1354;
}
</style>
border-color css
<style>
span { border-color: #CC1354; }
span { border-color: rgb(204,19,84); }
td.TdClassName
{
border-color: #CC1354;
}
.TagClassName
{
border-color: #CC1354;
}
</style>