Shades of Cerise #CC265D
Tints of Cerise #CC265D
RGB
CMYK
RGB Variations
Color information
#CC265D (or 0xCC265D) is known color: Cerise. HEX triplet: CC, 26 and 5D. RGB value is (204,38,93). Sum of RGB (Red+Green+Blue) = 204+38+93=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC265D is #33D9A2. Grayscale: #5D5D5D. Windows color (decimal): -3398051 or 6104780. OLE color: 6104780.
HSL color Cylindrical-coordinate representation of color #CC265D: hue angle of 340.12º 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 #CC265D is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 93 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.2 |
| HSL | 340.12º | 0.69% | 0.47% | - |
| HSV(B) | 340.12º | 0.81% | 0.8% | - |
| XYZ | 27.57 | 15.01 | 11.8 | - |
| YUV | 93.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 93 | 0 | 0.81 | 0.54 | 0.2 | 340.12 | 0.69 | 0.47 |
| Hex | CC | 26 | 5D | 0 | 51 | 36 | 14 | 154 | 45 | 2F |
| Octal | 314 | 46 | 135 | 0 | 121 | 66 | 24 | 524 | 105 | 57 |
| Binary | 11001100 | 100110 | 1011101 | 0 | 1010001 | 110110 | 10100 | 101010100 | 1000101 | 101111 |
Color Harmonies of #CC265D
Complementary color
Monochromatic Colors of #CC265D
Black with #CC265D
Text Example
Text Example
White with #CC265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC265D; }
p { color: rgb(204,38,93); }
H1.HeaderClassName
{
color: #CC265D;
}
.AnyTagClassName
{
color: #CC265D;
}
</style>
background-color css
<style>
a { background-color: #CC265D; }
a { background-color: rgb(204,38,93); }
div.DivClassName
{
background-color: #CC265D;
}
.BgClassName
{
background-color: #CC265D;
}
</style>
border-color css
<style>
span { border-color: #CC265D; }
span { border-color: rgb(204,38,93); }
td.TdClassName
{
border-color: #CC265D;
}
.TagClassName
{
border-color: #CC265D;
}
</style>