Shades of Cerise #CC265B
Tints of Cerise #CC265B
RGB
CMYK
RGB Variations
Color information
#CC265B (or 0xCC265B) is known color: Cerise. HEX triplet: CC, 26 and 5B. RGB value is (204,38,91). Sum of RGB (Red+Green+Blue) = 204+38+91=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC265B is #33D9A4. Grayscale: #5D5D5D. Windows color (decimal): -3398053 or 5973708. OLE color: 5973708.
HSL color Cylindrical-coordinate representation of color #CC265B: hue angle of 340.84º 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 #CC265B is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 91 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.2 |
| HSL | 340.84º | 0.69% | 0.47% | - |
| HSV(B) | 340.84º | 0.81% | 0.8% | - |
| XYZ | 27.48 | 14.98 | 11.34 | - |
| YUV | 93.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 91 | 0 | 0.81 | 0.55 | 0.2 | 340.84 | 0.69 | 0.47 |
| Hex | CC | 26 | 5B | 0 | 51 | 37 | 14 | 155 | 45 | 2F |
| Octal | 314 | 46 | 133 | 0 | 121 | 67 | 24 | 525 | 105 | 57 |
| Binary | 11001100 | 100110 | 1011011 | 0 | 1010001 | 110111 | 10100 | 101010101 | 1000101 | 101111 |
Color Harmonies of #CC265B
Complementary color
Monochromatic Colors of #CC265B
Black with #CC265B
Text Example
Text Example
White with #CC265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC265B; }
p { color: rgb(204,38,91); }
H1.HeaderClassName
{
color: #CC265B;
}
.AnyTagClassName
{
color: #CC265B;
}
</style>
background-color css
<style>
a { background-color: #CC265B; }
a { background-color: rgb(204,38,91); }
div.DivClassName
{
background-color: #CC265B;
}
.BgClassName
{
background-color: #CC265B;
}
</style>
border-color css
<style>
span { border-color: #CC265B; }
span { border-color: rgb(204,38,91); }
td.TdClassName
{
border-color: #CC265B;
}
.TagClassName
{
border-color: #CC265B;
}
</style>