Shades of Crimson #CC084A
Tints of Crimson #CC084A
RGB
CMYK
RGB Variations
Color information
#CC084A (or 0xCC084A) is known color: Crimson. HEX triplet: CC, 08 and 4A. RGB value is (204,8,74). Sum of RGB (Red+Green+Blue) = 204+8+74=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC084A is #33F7B5. Grayscale: #4A4A4A. Windows color (decimal): -3405750 or 4851916. OLE color: 4851916.
HSL color Cylindrical-coordinate representation of color #CC084A: hue angle of 339.8º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC084A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 74 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.2 |
| HSL | 339.8º | 0.92% | 0.42% | - |
| HSV(B) | 339.8º | 0.96% | 0.8% | - |
| XYZ | 26.22 | 13.51 | 7.7 | - |
| YUV | 74.13 | 127.93 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 74 | 0 | 0.96 | 0.64 | 0.2 | 339.8 | 0.92 | 0.42 |
| Hex | CC | 8 | 4A | 0 | 60 | 40 | 14 | 154 | 5C | 2A |
| Octal | 314 | 10 | 112 | 0 | 140 | 100 | 24 | 524 | 134 | 52 |
| Binary | 11001100 | 1000 | 1001010 | 0 | 1100000 | 1000000 | 10100 | 101010100 | 1011100 | 101010 |
Color Harmonies of #CC084A
Complementary color
Monochromatic Colors of #CC084A
Black with #CC084A
Text Example
Text Example
White with #CC084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC084A; }
p { color: rgb(204,8,74); }
H1.HeaderClassName
{
color: #CC084A;
}
.AnyTagClassName
{
color: #CC084A;
}
</style>
background-color css
<style>
a { background-color: #CC084A; }
a { background-color: rgb(204,8,74); }
div.DivClassName
{
background-color: #CC084A;
}
.BgClassName
{
background-color: #CC084A;
}
</style>
border-color css
<style>
span { border-color: #CC084A; }
span { border-color: rgb(204,8,74); }
td.TdClassName
{
border-color: #CC084A;
}
.TagClassName
{
border-color: #CC084A;
}
</style>