Shades of Cerise #CC2C67
Tints of Cerise #CC2C67
RGB
CMYK
RGB Variations
Color information
#CC2C67 (or 0xCC2C67) is known color: Cerise. HEX triplet: CC, 2C and 67. RGB value is (204,44,103). Sum of RGB (Red+Green+Blue) = 204+44+103=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C67 is #33D398. Grayscale: #626262. Windows color (decimal): -3396505 or 6761676. OLE color: 6761676.
HSL color Cylindrical-coordinate representation of color #CC2C67: hue angle of 337.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C67 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 103 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.2 |
| HSL | 337.88º | 0.65% | 0.49% | - |
| HSV(B) | 337.88º | 0.78% | 0.8% | - |
| XYZ | 28.25 | 15.62 | 14.36 | - |
| YUV | 98.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 103 | 0 | 0.78 | 0.50 | 0.2 | 337.88 | 0.65 | 0.49 |
| Hex | CC | 2C | 67 | 0 | 4E | 32 | 14 | 152 | 41 | 31 |
| Octal | 314 | 54 | 147 | 0 | 116 | 62 | 24 | 522 | 101 | 61 |
| Binary | 11001100 | 101100 | 1100111 | 0 | 1001110 | 110010 | 10100 | 101010010 | 1000001 | 110001 |
Color Harmonies of #CC2C67
Complementary color
Monochromatic Colors of #CC2C67
Black with #CC2C67
Text Example
Text Example
White with #CC2C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C67; }
p { color: rgb(204,44,103); }
H1.HeaderClassName
{
color: #CC2C67;
}
.AnyTagClassName
{
color: #CC2C67;
}
</style>
background-color css
<style>
a { background-color: #CC2C67; }
a { background-color: rgb(204,44,103); }
div.DivClassName
{
background-color: #CC2C67;
}
.BgClassName
{
background-color: #CC2C67;
}
</style>
border-color css
<style>
span { border-color: #CC2C67; }
span { border-color: rgb(204,44,103); }
td.TdClassName
{
border-color: #CC2C67;
}
.TagClassName
{
border-color: #CC2C67;
}
</style>