Shades of Ruby #CC1958
Tints of Ruby #CC1958
RGB
CMYK
RGB Variations
Color information
#CC1958 (or 0xCC1958) is known color: Ruby. HEX triplet: CC, 19 and 58. RGB value is (204,25,88). Sum of RGB (Red+Green+Blue) = 204+25+88=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1958 is #33E6A7. Grayscale: #555555. Windows color (decimal): -3401384 or 5773772. OLE color: 5773772.
HSL color Cylindrical-coordinate representation of color #CC1958: hue angle of 338.88º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1958 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 88 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.2 |
| HSL | 338.88º | 0.78% | 0.45% | - |
| HSV(B) | 338.88º | 0.88% | 0.8% | - |
| XYZ | 27.01 | 14.24 | 10.56 | - |
| YUV | 85.7 | 129.3 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 88 | 0 | 0.88 | 0.57 | 0.2 | 338.88 | 0.78 | 0.45 |
| Hex | CC | 19 | 58 | 0 | 58 | 39 | 14 | 153 | 4E | 2D |
| Octal | 314 | 31 | 130 | 0 | 130 | 71 | 24 | 523 | 116 | 55 |
| Binary | 11001100 | 11001 | 1011000 | 0 | 1011000 | 111001 | 10100 | 101010011 | 1001110 | 101101 |
Color Harmonies of #CC1958
Complementary color
Monochromatic Colors of #CC1958
Black with #CC1958
Text Example
Text Example
White with #CC1958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1958; }
p { color: rgb(204,25,88); }
H1.HeaderClassName
{
color: #CC1958;
}
.AnyTagClassName
{
color: #CC1958;
}
</style>
background-color css
<style>
a { background-color: #CC1958; }
a { background-color: rgb(204,25,88); }
div.DivClassName
{
background-color: #CC1958;
}
.BgClassName
{
background-color: #CC1958;
}
</style>
border-color css
<style>
span { border-color: #CC1958; }
span { border-color: rgb(204,25,88); }
td.TdClassName
{
border-color: #CC1958;
}
.TagClassName
{
border-color: #CC1958;
}
</style>