Shades of Cerise #CC266C
Tints of Cerise #CC266C
RGB
CMYK
RGB Variations
Color information
#CC266C (or 0xCC266C) is known color: Cerise. HEX triplet: CC, 26 and 6C. RGB value is (204,38,108). Sum of RGB (Red+Green+Blue) = 204+38+108=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC266C is #33D993. Grayscale: #5F5F5F. Windows color (decimal): -3398036 or 7087820. OLE color: 7087820.
HSL color Cylindrical-coordinate representation of color #CC266C: hue angle of 334.7º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC266C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 108 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.2 |
| HSL | 334.7º | 0.69% | 0.47% | - |
| HSV(B) | 334.7º | 0.81% | 0.8% | - |
| XYZ | 28.3 | 15.31 | 15.65 | - |
| YUV | 95.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 108 | 0 | 0.81 | 0.47 | 0.2 | 334.7 | 0.69 | 0.47 |
| Hex | CC | 26 | 6C | 0 | 51 | 2F | 14 | 14F | 45 | 2F |
| Octal | 314 | 46 | 154 | 0 | 121 | 57 | 24 | 517 | 105 | 57 |
| Binary | 11001100 | 100110 | 1101100 | 0 | 1010001 | 101111 | 10100 | 101001111 | 1000101 | 101111 |
Color Harmonies of #CC266C
Complementary color
Monochromatic Colors of #CC266C
Black with #CC266C
Text Example
Text Example
White with #CC266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC266C; }
p { color: rgb(204,38,108); }
H1.HeaderClassName
{
color: #CC266C;
}
.AnyTagClassName
{
color: #CC266C;
}
</style>
background-color css
<style>
a { background-color: #CC266C; }
a { background-color: rgb(204,38,108); }
div.DivClassName
{
background-color: #CC266C;
}
.BgClassName
{
background-color: #CC266C;
}
</style>
border-color css
<style>
span { border-color: #CC266C; }
span { border-color: rgb(204,38,108); }
td.TdClassName
{
border-color: #CC266C;
}
.TagClassName
{
border-color: #CC266C;
}
</style>