Shades of Ruby #CC1852
Tints of Ruby #CC1852
RGB
CMYK
RGB Variations
Color information
#CC1852 (or 0xCC1852) is known color: Ruby. HEX triplet: CC, 18 and 52. RGB value is (204,24,82). Sum of RGB (Red+Green+Blue) = 204+24+82=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1852 is #33E7AD. Grayscale: #545454. Windows color (decimal): -3401646 or 5380300. OLE color: 5380300.
HSL color Cylindrical-coordinate representation of color #CC1852: hue angle of 340.67º degrees, saturation: 0.79, 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 #CC1852 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 82 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.2 |
| HSL | 340.67º | 0.79% | 0.45% | - |
| HSV(B) | 340.67º | 0.88% | 0.8% | - |
| XYZ | 26.75 | 14.1 | 9.29 | - |
| YUV | 84.43 | 126.63 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 82 | 0 | 0.88 | 0.60 | 0.2 | 340.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 52 | 0 | 58 | 3C | 14 | 155 | 4F | 2D |
| Octal | 314 | 30 | 122 | 0 | 130 | 74 | 24 | 525 | 117 | 55 |
| Binary | 11001100 | 11000 | 1010010 | 0 | 1011000 | 111100 | 10100 | 101010101 | 1001111 | 101101 |
Color Harmonies of #CC1852
Complementary color
Monochromatic Colors of #CC1852
Black with #CC1852
Text Example
Text Example
White with #CC1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1852; }
p { color: rgb(204,24,82); }
H1.HeaderClassName
{
color: #CC1852;
}
.AnyTagClassName
{
color: #CC1852;
}
</style>
background-color css
<style>
a { background-color: #CC1852; }
a { background-color: rgb(204,24,82); }
div.DivClassName
{
background-color: #CC1852;
}
.BgClassName
{
background-color: #CC1852;
}
</style>
border-color css
<style>
span { border-color: #CC1852; }
span { border-color: rgb(204,24,82); }
td.TdClassName
{
border-color: #CC1852;
}
.TagClassName
{
border-color: #CC1852;
}
</style>