Shades of Cerise #CC226A
Tints of Cerise #CC226A
RGB
CMYK
RGB Variations
Color information
#CC226A (or 0xCC226A) is known color: Cerise. HEX triplet: CC, 22 and 6A. RGB value is (204,34,106). Sum of RGB (Red+Green+Blue) = 204+34+106=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC226A is #33DD95. Grayscale: #5C5C5C. Windows color (decimal): -3399062 or 6955724. OLE color: 6955724.
HSL color Cylindrical-coordinate representation of color #CC226A: hue angle of 334.59º 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 #CC226A is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 106 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.2 |
| HSL | 334.59º | 0.71% | 0.47% | - |
| HSV(B) | 334.59º | 0.83% | 0.8% | - |
| XYZ | 28.08 | 15.02 | 15.06 | - |
| YUV | 93.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 106 | 0 | 0.83 | 0.48 | 0.2 | 334.59 | 0.71 | 0.47 |
| Hex | CC | 22 | 6A | 0 | 53 | 30 | 14 | 14F | 47 | 2F |
| Octal | 314 | 42 | 152 | 0 | 123 | 60 | 24 | 517 | 107 | 57 |
| Binary | 11001100 | 100010 | 1101010 | 0 | 1010011 | 110000 | 10100 | 101001111 | 1000111 | 101111 |
Color Harmonies of #CC226A
Complementary color
Monochromatic Colors of #CC226A
Black with #CC226A
Text Example
Text Example
White with #CC226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC226A; }
p { color: rgb(204,34,106); }
H1.HeaderClassName
{
color: #CC226A;
}
.AnyTagClassName
{
color: #CC226A;
}
</style>
background-color css
<style>
a { background-color: #CC226A; }
a { background-color: rgb(204,34,106); }
div.DivClassName
{
background-color: #CC226A;
}
.BgClassName
{
background-color: #CC226A;
}
</style>
border-color css
<style>
span { border-color: #CC226A; }
span { border-color: rgb(204,34,106); }
td.TdClassName
{
border-color: #CC226A;
}
.TagClassName
{
border-color: #CC226A;
}
</style>