Shades of Crimson #CC054A
Tints of Crimson #CC054A
RGB
CMYK
RGB Variations
Color information
#CC054A (or 0xCC054A) is known color: Crimson. HEX triplet: CC, 05 and 4A. RGB value is (204,5,74). Sum of RGB (Red+Green+Blue) = 204+5+74=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC054A is #33FAB5. Grayscale: #484848. Windows color (decimal): -3406518 or 4851148. OLE color: 4851148.
HSL color Cylindrical-coordinate representation of color #CC054A: hue angle of 339.2º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC054A is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.2 |
| HSL | 339.2º | 0.95% | 0.41% | - |
| HSV(B) | 339.2º | 0.98% | 0.8% | - |
| XYZ | 26.19 | 13.44 | 7.69 | - |
| YUV | 72.37 | 128.93 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 74 | 0 | 0.98 | 0.64 | 0.2 | 339.2 | 0.95 | 0.41 |
| Hex | CC | 5 | 4A | 0 | 62 | 40 | 14 | 153 | 5F | 29 |
| Octal | 314 | 5 | 112 | 0 | 142 | 100 | 24 | 523 | 137 | 51 |
| Binary | 11001100 | 101 | 1001010 | 0 | 1100010 | 1000000 | 10100 | 101010011 | 1011111 | 101001 |
Color Harmonies of #CC054A
Complementary color
Monochromatic Colors of #CC054A
Black with #CC054A
Text Example
Text Example
White with #CC054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC054A; }
p { color: rgb(204,5,74); }
H1.HeaderClassName
{
color: #CC054A;
}
.AnyTagClassName
{
color: #CC054A;
}
</style>
background-color css
<style>
a { background-color: #CC054A; }
a { background-color: rgb(204,5,74); }
div.DivClassName
{
background-color: #CC054A;
}
.BgClassName
{
background-color: #CC054A;
}
</style>
border-color css
<style>
span { border-color: #CC054A; }
span { border-color: rgb(204,5,74); }
td.TdClassName
{
border-color: #CC054A;
}
.TagClassName
{
border-color: #CC054A;
}
</style>