Shades of Cardinal #CC203D
Tints of Cardinal #CC203D
RGB
CMYK
RGB Variations
Color information
#CC203D (or 0xCC203D) is known color: Cardinal. HEX triplet: CC, 20 and 3D. RGB value is (204,32,61). Sum of RGB (Red+Green+Blue) = 204+32+61=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC203D is #33DFC2. Grayscale: #565656. Windows color (decimal): -3399619 or 4006092. OLE color: 4006092.
HSL color Cylindrical-coordinate representation of color #CC203D: hue angle of 349.88º 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 #CC203D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 61 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.2 |
| HSL | 349.88º | 0.73% | 0.46% | - |
| HSV(B) | 349.88º | 0.84% | 0.8% | - |
| XYZ | 26.26 | 14.21 | 5.77 | - |
| YUV | 86.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 61 | 0 | 0.84 | 0.70 | 0.2 | 349.88 | 0.73 | 0.46 |
| Hex | CC | 20 | 3D | 0 | 54 | 46 | 14 | 15E | 49 | 2E |
| Octal | 314 | 40 | 75 | 0 | 124 | 106 | 24 | 536 | 111 | 56 |
| Binary | 11001100 | 100000 | 111101 | 0 | 1010100 | 1000110 | 10100 | 101011110 | 1001001 | 101110 |
Color Harmonies of #CC203D
Complementary color
Monochromatic Colors of #CC203D
Black with #CC203D
Text Example
Text Example
White with #CC203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC203D; }
p { color: rgb(204,32,61); }
H1.HeaderClassName
{
color: #CC203D;
}
.AnyTagClassName
{
color: #CC203D;
}
</style>
background-color css
<style>
a { background-color: #CC203D; }
a { background-color: rgb(204,32,61); }
div.DivClassName
{
background-color: #CC203D;
}
.BgClassName
{
background-color: #CC203D;
}
</style>
border-color css
<style>
span { border-color: #CC203D; }
span { border-color: rgb(204,32,61); }
td.TdClassName
{
border-color: #CC203D;
}
.TagClassName
{
border-color: #CC203D;
}
</style>