Shades of Ruby #CC1A62
Tints of Ruby #CC1A62
RGB
CMYK
RGB Variations
Color information
#CC1A62 (or 0xCC1A62) is known color: Ruby. HEX triplet: CC, 1A and 62. RGB value is (204,26,98). Sum of RGB (Red+Green+Blue) = 204+26+98=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1A62 is #33E59D. Grayscale: #575757. Windows color (decimal): -3401118 or 6429388. OLE color: 6429388.
HSL color Cylindrical-coordinate representation of color #CC1A62: hue angle of 335.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A62 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 98 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.2 |
| HSL | 335.73º | 0.77% | 0.45% | - |
| HSV(B) | 335.73º | 0.87% | 0.8% | - |
| XYZ | 27.48 | 14.46 | 12.9 | - |
| YUV | 87.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 98 | 0 | 0.87 | 0.52 | 0.2 | 335.73 | 0.77 | 0.45 |
| Hex | CC | 1A | 62 | 0 | 57 | 34 | 14 | 150 | 4D | 2D |
| Octal | 314 | 32 | 142 | 0 | 127 | 64 | 24 | 520 | 115 | 55 |
| Binary | 11001100 | 11010 | 1100010 | 0 | 1010111 | 110100 | 10100 | 101010000 | 1001101 | 101101 |
Color Harmonies of #CC1A62
Complementary color
Monochromatic Colors of #CC1A62
Black with #CC1A62
Text Example
Text Example
White with #CC1A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A62; }
p { color: rgb(204,26,98); }
H1.HeaderClassName
{
color: #CC1A62;
}
.AnyTagClassName
{
color: #CC1A62;
}
</style>
background-color css
<style>
a { background-color: #CC1A62; }
a { background-color: rgb(204,26,98); }
div.DivClassName
{
background-color: #CC1A62;
}
.BgClassName
{
background-color: #CC1A62;
}
</style>
border-color css
<style>
span { border-color: #CC1A62; }
span { border-color: rgb(204,26,98); }
td.TdClassName
{
border-color: #CC1A62;
}
.TagClassName
{
border-color: #CC1A62;
}
</style>