Shades of Cerise #CC306D
Tints of Cerise #CC306D
RGB
CMYK
RGB Variations
Color information
#CC306D (or 0xCC306D) is known color: Cerise. HEX triplet: CC, 30 and 6D. RGB value is (204,48,109). Sum of RGB (Red+Green+Blue) = 204+48+109=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC306D is #33CF92. Grayscale: #656565. Windows color (decimal): -3395475 or 7155916. OLE color: 7155916.
HSL color Cylindrical-coordinate representation of color #CC306D: hue angle of 336.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC306D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 109 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.2 |
| HSL | 336.54º | 0.62% | 0.49% | - |
| HSV(B) | 336.54º | 0.76% | 0.8% | - |
| XYZ | 28.72 | 16.06 | 16.05 | - |
| YUV | 101.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 109 | 0 | 0.76 | 0.47 | 0.2 | 336.54 | 0.62 | 0.49 |
| Hex | CC | 30 | 6D | 0 | 4C | 2F | 14 | 151 | 3E | 31 |
| Octal | 314 | 60 | 155 | 0 | 114 | 57 | 24 | 521 | 76 | 61 |
| Binary | 11001100 | 110000 | 1101101 | 0 | 1001100 | 101111 | 10100 | 101010001 | 111110 | 110001 |
Color Harmonies of #CC306D
Complementary color
Monochromatic Colors of #CC306D
Black with #CC306D
Text Example
Text Example
White with #CC306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC306D; }
p { color: rgb(204,48,109); }
H1.HeaderClassName
{
color: #CC306D;
}
.AnyTagClassName
{
color: #CC306D;
}
</style>
background-color css
<style>
a { background-color: #CC306D; }
a { background-color: rgb(204,48,109); }
div.DivClassName
{
background-color: #CC306D;
}
.BgClassName
{
background-color: #CC306D;
}
</style>
border-color css
<style>
span { border-color: #CC306D; }
span { border-color: rgb(204,48,109); }
td.TdClassName
{
border-color: #CC306D;
}
.TagClassName
{
border-color: #CC306D;
}
</style>