Shades of Cardinal #CC203B
Tints of Cardinal #CC203B
RGB
CMYK
RGB Variations
Color information
#CC203B (or 0xCC203B) is known color: Cardinal. HEX triplet: CC, 20 and 3B. RGB value is (204,32,59). Sum of RGB (Red+Green+Blue) = 204+32+59=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC203B is #33DFC4. Grayscale: #565656. Windows color (decimal): -3399621 or 3875020. OLE color: 3875020.
HSL color Cylindrical-coordinate representation of color #CC203B: hue angle of 350.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC203B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 59 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.2 |
| HSL | 350.58º | 0.73% | 0.46% | - |
| HSV(B) | 350.58º | 0.84% | 0.8% | - |
| XYZ | 26.21 | 14.19 | 5.49 | - |
| YUV | 86.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 59 | 0 | 0.84 | 0.71 | 0.2 | 350.58 | 0.73 | 0.46 |
| Hex | CC | 20 | 3B | 0 | 54 | 47 | 14 | 15F | 49 | 2E |
| Octal | 314 | 40 | 73 | 0 | 124 | 107 | 24 | 537 | 111 | 56 |
| Binary | 11001100 | 100000 | 111011 | 0 | 1010100 | 1000111 | 10100 | 101011111 | 1001001 | 101110 |
Color Harmonies of #CC203B
Complementary color
Monochromatic Colors of #CC203B
Black with #CC203B
Text Example
Text Example
White with #CC203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC203B; }
p { color: rgb(204,32,59); }
H1.HeaderClassName
{
color: #CC203B;
}
.AnyTagClassName
{
color: #CC203B;
}
</style>
background-color css
<style>
a { background-color: #CC203B; }
a { background-color: rgb(204,32,59); }
div.DivClassName
{
background-color: #CC203B;
}
.BgClassName
{
background-color: #CC203B;
}
</style>
border-color css
<style>
span { border-color: #CC203B; }
span { border-color: rgb(204,32,59); }
td.TdClassName
{
border-color: #CC203B;
}
.TagClassName
{
border-color: #CC203B;
}
</style>