Shades of Cerise #CC2E69
Tints of Cerise #CC2E69
RGB
CMYK
RGB Variations
Color information
#CC2E69 (or 0xCC2E69) is known color: Cerise. HEX triplet: CC, 2E and 69. RGB value is (204,46,105). Sum of RGB (Red+Green+Blue) = 204+46+105=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E69 is #33D196. Grayscale: #636363. Windows color (decimal): -3395991 or 6893260. OLE color: 6893260.
HSL color Cylindrical-coordinate representation of color #CC2E69: hue angle of 337.59º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E69 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 105 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.2 |
| HSL | 337.59º | 0.63% | 0.49% | - |
| HSV(B) | 337.59º | 0.77% | 0.8% | - |
| XYZ | 28.43 | 15.81 | 14.92 | - |
| YUV | 99.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 105 | 0 | 0.77 | 0.49 | 0.2 | 337.59 | 0.63 | 0.49 |
| Hex | CC | 2E | 69 | 0 | 4D | 31 | 14 | 152 | 3F | 31 |
| Octal | 314 | 56 | 151 | 0 | 115 | 61 | 24 | 522 | 77 | 61 |
| Binary | 11001100 | 101110 | 1101001 | 0 | 1001101 | 110001 | 10100 | 101010010 | 111111 | 110001 |
Color Harmonies of #CC2E69
Complementary color
Monochromatic Colors of #CC2E69
Black with #CC2E69
Text Example
Text Example
White with #CC2E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E69; }
p { color: rgb(204,46,105); }
H1.HeaderClassName
{
color: #CC2E69;
}
.AnyTagClassName
{
color: #CC2E69;
}
</style>
background-color css
<style>
a { background-color: #CC2E69; }
a { background-color: rgb(204,46,105); }
div.DivClassName
{
background-color: #CC2E69;
}
.BgClassName
{
background-color: #CC2E69;
}
</style>
border-color css
<style>
span { border-color: #CC2E69; }
span { border-color: rgb(204,46,105); }
td.TdClassName
{
border-color: #CC2E69;
}
.TagClassName
{
border-color: #CC2E69;
}
</style>