Shades of Cerise #CC2467
Tints of Cerise #CC2467
RGB
CMYK
RGB Variations
Color information
#CC2467 (or 0xCC2467) is known color: Cerise. HEX triplet: CC, 24 and 67. RGB value is (204,36,103). Sum of RGB (Red+Green+Blue) = 204+36+103=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2467 is #33DB98. Grayscale: #5D5D5D. Windows color (decimal): -3398553 or 6759628. OLE color: 6759628.
HSL color Cylindrical-coordinate representation of color #CC2467: hue angle of 336.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2467 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 103 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.2 |
| HSL | 336.07º | 0.7% | 0.47% | - |
| HSV(B) | 336.07º | 0.82% | 0.8% | - |
| XYZ | 27.98 | 15.08 | 14.27 | - |
| YUV | 93.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 103 | 0 | 0.82 | 0.50 | 0.2 | 336.07 | 0.7 | 0.47 |
| Hex | CC | 24 | 67 | 0 | 52 | 32 | 14 | 150 | 46 | 2F |
| Octal | 314 | 44 | 147 | 0 | 122 | 62 | 24 | 520 | 106 | 57 |
| Binary | 11001100 | 100100 | 1100111 | 0 | 1010010 | 110010 | 10100 | 101010000 | 1000110 | 101111 |
Color Harmonies of #CC2467
Complementary color
Monochromatic Colors of #CC2467
Black with #CC2467
Text Example
Text Example
White with #CC2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2467; }
p { color: rgb(204,36,103); }
H1.HeaderClassName
{
color: #CC2467;
}
.AnyTagClassName
{
color: #CC2467;
}
</style>
background-color css
<style>
a { background-color: #CC2467; }
a { background-color: rgb(204,36,103); }
div.DivClassName
{
background-color: #CC2467;
}
.BgClassName
{
background-color: #CC2467;
}
</style>
border-color css
<style>
span { border-color: #CC2467; }
span { border-color: rgb(204,36,103); }
td.TdClassName
{
border-color: #CC2467;
}
.TagClassName
{
border-color: #CC2467;
}
</style>