Shades of Crimson #CC104A
Tints of Crimson #CC104A
RGB
CMYK
RGB Variations
Color information
#CC104A (or 0xCC104A) is known color: Crimson. HEX triplet: CC, 10 and 4A. RGB value is (204,16,74). Sum of RGB (Red+Green+Blue) = 204+16+74=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC104A is #33EFB5. Grayscale: #4E4E4E. Windows color (decimal): -3403702 or 4853964. OLE color: 4853964.
HSL color Cylindrical-coordinate representation of color #CC104A: hue angle of 341.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC104A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 74 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.2 |
| HSL | 341.49º | 0.85% | 0.43% | - |
| HSV(B) | 341.49º | 0.92% | 0.8% | - |
| XYZ | 26.32 | 13.7 | 7.74 | - |
| YUV | 78.82 | 125.28 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 74 | 0 | 0.92 | 0.64 | 0.2 | 341.49 | 0.85 | 0.43 |
| Hex | CC | 10 | 4A | 0 | 5C | 40 | 14 | 155 | 55 | 2B |
| Octal | 314 | 20 | 112 | 0 | 134 | 100 | 24 | 525 | 125 | 53 |
| Binary | 11001100 | 10000 | 1001010 | 0 | 1011100 | 1000000 | 10100 | 101010101 | 1010101 | 101011 |
Color Harmonies of #CC104A
Complementary color
Monochromatic Colors of #CC104A
Black with #CC104A
Text Example
Text Example
White with #CC104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC104A; }
p { color: rgb(204,16,74); }
H1.HeaderClassName
{
color: #CC104A;
}
.AnyTagClassName
{
color: #CC104A;
}
</style>
background-color css
<style>
a { background-color: #CC104A; }
a { background-color: rgb(204,16,74); }
div.DivClassName
{
background-color: #CC104A;
}
.BgClassName
{
background-color: #CC104A;
}
</style>
border-color css
<style>
span { border-color: #CC104A; }
span { border-color: rgb(204,16,74); }
td.TdClassName
{
border-color: #CC104A;
}
.TagClassName
{
border-color: #CC104A;
}
</style>