Shades of Cardinal #CC1D4C
Tints of Cardinal #CC1D4C
RGB
CMYK
RGB Variations
Color information
#CC1D4C (or 0xCC1D4C) is known color: Cardinal. HEX triplet: CC, 1D and 4C. RGB value is (204,29,76). Sum of RGB (Red+Green+Blue) = 204+29+76=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D4C is #33E2B3. Grayscale: #565656. Windows color (decimal): -3400372 or 4988364. OLE color: 4988364.
HSL color Cylindrical-coordinate representation of color #CC1D4C: hue angle of 343.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D4C is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 76 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.2 |
| HSL | 343.89º | 0.75% | 0.46% | - |
| HSV(B) | 343.89º | 0.86% | 0.8% | - |
| XYZ | 26.65 | 14.24 | 8.18 | - |
| YUV | 86.68 | 121.98 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 76 | 0 | 0.86 | 0.63 | 0.2 | 343.89 | 0.75 | 0.46 |
| Hex | CC | 1D | 4C | 0 | 56 | 3F | 14 | 158 | 4B | 2E |
| Octal | 314 | 35 | 114 | 0 | 126 | 77 | 24 | 530 | 113 | 56 |
| Binary | 11001100 | 11101 | 1001100 | 0 | 1010110 | 111111 | 10100 | 101011000 | 1001011 | 101110 |
Color Harmonies of #CC1D4C
Complementary color
Monochromatic Colors of #CC1D4C
Black with #CC1D4C
Text Example
Text Example
White with #CC1D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D4C; }
p { color: rgb(204,29,76); }
H1.HeaderClassName
{
color: #CC1D4C;
}
.AnyTagClassName
{
color: #CC1D4C;
}
</style>
background-color css
<style>
a { background-color: #CC1D4C; }
a { background-color: rgb(204,29,76); }
div.DivClassName
{
background-color: #CC1D4C;
}
.BgClassName
{
background-color: #CC1D4C;
}
</style>
border-color css
<style>
span { border-color: #CC1D4C; }
span { border-color: rgb(204,29,76); }
td.TdClassName
{
border-color: #CC1D4C;
}
.TagClassName
{
border-color: #CC1D4C;
}
</style>