Shades of Cerise #CC306A
Tints of Cerise #CC306A
RGB
CMYK
RGB Variations
Color information
#CC306A (or 0xCC306A) is known color: Cerise. HEX triplet: CC, 30 and 6A. RGB value is (204,48,106). Sum of RGB (Red+Green+Blue) = 204+48+106=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC306A is #33CF95. Grayscale: #656565. Windows color (decimal): -3395478 or 6959308. OLE color: 6959308.
HSL color Cylindrical-coordinate representation of color #CC306A: hue angle of 337.69º 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 #CC306A is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 106 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.2 |
| HSL | 337.69º | 0.62% | 0.49% | - |
| HSV(B) | 337.69º | 0.76% | 0.8% | - |
| XYZ | 28.56 | 15.99 | 15.22 | - |
| YUV | 101.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 106 | 0 | 0.76 | 0.48 | 0.2 | 337.69 | 0.62 | 0.49 |
| Hex | CC | 30 | 6A | 0 | 4C | 30 | 14 | 152 | 3E | 31 |
| Octal | 314 | 60 | 152 | 0 | 114 | 60 | 24 | 522 | 76 | 61 |
| Binary | 11001100 | 110000 | 1101010 | 0 | 1001100 | 110000 | 10100 | 101010010 | 111110 | 110001 |
Color Harmonies of #CC306A
Complementary color
Monochromatic Colors of #CC306A
Black with #CC306A
Text Example
Text Example
White with #CC306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC306A; }
p { color: rgb(204,48,106); }
H1.HeaderClassName
{
color: #CC306A;
}
.AnyTagClassName
{
color: #CC306A;
}
</style>
background-color css
<style>
a { background-color: #CC306A; }
a { background-color: rgb(204,48,106); }
div.DivClassName
{
background-color: #CC306A;
}
.BgClassName
{
background-color: #CC306A;
}
</style>
border-color css
<style>
span { border-color: #CC306A; }
span { border-color: rgb(204,48,106); }
td.TdClassName
{
border-color: #CC306A;
}
.TagClassName
{
border-color: #CC306A;
}
</style>