Shades of Cerise #CC226C
Tints of Cerise #CC226C
RGB
CMYK
RGB Variations
Color information
#CC226C (or 0xCC226C) is known color: Cerise. HEX triplet: CC, 22 and 6C. RGB value is (204,34,108). Sum of RGB (Red+Green+Blue) = 204+34+108=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC226C is #33DD93. Grayscale: #5D5D5D. Windows color (decimal): -3399060 or 7086796. OLE color: 7086796.
HSL color Cylindrical-coordinate representation of color #CC226C: hue angle of 333.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC226C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 108 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.2 |
| HSL | 333.88º | 0.71% | 0.47% | - |
| HSV(B) | 333.88º | 0.83% | 0.8% | - |
| XYZ | 28.18 | 15.06 | 15.61 | - |
| YUV | 93.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 108 | 0 | 0.83 | 0.47 | 0.2 | 333.88 | 0.71 | 0.47 |
| Hex | CC | 22 | 6C | 0 | 53 | 2F | 14 | 14E | 47 | 2F |
| Octal | 314 | 42 | 154 | 0 | 123 | 57 | 24 | 516 | 107 | 57 |
| Binary | 11001100 | 100010 | 1101100 | 0 | 1010011 | 101111 | 10100 | 101001110 | 1000111 | 101111 |
Color Harmonies of #CC226C
Complementary color
Monochromatic Colors of #CC226C
Black with #CC226C
Text Example
Text Example
White with #CC226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC226C; }
p { color: rgb(204,34,108); }
H1.HeaderClassName
{
color: #CC226C;
}
.AnyTagClassName
{
color: #CC226C;
}
</style>
background-color css
<style>
a { background-color: #CC226C; }
a { background-color: rgb(204,34,108); }
div.DivClassName
{
background-color: #CC226C;
}
.BgClassName
{
background-color: #CC226C;
}
</style>
border-color css
<style>
span { border-color: #CC226C; }
span { border-color: rgb(204,34,108); }
td.TdClassName
{
border-color: #CC226C;
}
.TagClassName
{
border-color: #CC226C;
}
</style>