Shades of Cerise #CC275C
Tints of Cerise #CC275C
RGB
CMYK
RGB Variations
Color information
#CC275C (or 0xCC275C) is known color: Cerise. HEX triplet: CC, 27 and 5C. RGB value is (204,39,92). Sum of RGB (Red+Green+Blue) = 204+39+92=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC275C is #33D8A3. Grayscale: #5E5E5E. Windows color (decimal): -3397796 or 6039500. OLE color: 6039500.
HSL color Cylindrical-coordinate representation of color #CC275C: hue angle of 340.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC275C is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 92 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.2 |
| HSL | 340.73º | 0.68% | 0.48% | - |
| HSV(B) | 340.73º | 0.81% | 0.8% | - |
| XYZ | 27.56 | 15.06 | 11.58 | - |
| YUV | 94.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 92 | 0 | 0.81 | 0.55 | 0.2 | 340.73 | 0.68 | 0.48 |
| Hex | CC | 27 | 5C | 0 | 51 | 37 | 14 | 155 | 44 | 30 |
| Octal | 314 | 47 | 134 | 0 | 121 | 67 | 24 | 525 | 104 | 60 |
| Binary | 11001100 | 100111 | 1011100 | 0 | 1010001 | 110111 | 10100 | 101010101 | 1000100 | 110000 |
Color Harmonies of #CC275C
Complementary color
Monochromatic Colors of #CC275C
Black with #CC275C
Text Example
Text Example
White with #CC275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC275C; }
p { color: rgb(204,39,92); }
H1.HeaderClassName
{
color: #CC275C;
}
.AnyTagClassName
{
color: #CC275C;
}
</style>
background-color css
<style>
a { background-color: #CC275C; }
a { background-color: rgb(204,39,92); }
div.DivClassName
{
background-color: #CC275C;
}
.BgClassName
{
background-color: #CC275C;
}
</style>
border-color css
<style>
span { border-color: #CC275C; }
span { border-color: rgb(204,39,92); }
td.TdClassName
{
border-color: #CC275C;
}
.TagClassName
{
border-color: #CC275C;
}
</style>