Shades of Cerise #CC3463
Tints of Cerise #CC3463
RGB
CMYK
RGB Variations
Color information
#CC3463 (or 0xCC3463) is known color: Cerise. HEX triplet: CC, 34 and 63. RGB value is (204,52,99). Sum of RGB (Red+Green+Blue) = 204+52+99=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3463 is #33CB9C. Grayscale: #666666. Windows color (decimal): -3394461 or 6501580. OLE color: 6501580.
HSL color Cylindrical-coordinate representation of color #CC3463: hue angle of 341.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3463 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 99 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.2 |
| HSL | 341.45º | 0.6% | 0.5% | - |
| HSV(B) | 341.45º | 0.75% | 0.8% | - |
| XYZ | 28.38 | 16.19 | 13.43 | - |
| YUV | 102.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 99 | 0 | 0.75 | 0.51 | 0.2 | 341.45 | 0.6 | 0.5 |
| Hex | CC | 34 | 63 | 0 | 4B | 33 | 14 | 155 | 3C | 32 |
| Octal | 314 | 64 | 143 | 0 | 113 | 63 | 24 | 525 | 74 | 62 |
| Binary | 11001100 | 110100 | 1100011 | 0 | 1001011 | 110011 | 10100 | 101010101 | 111100 | 110010 |
Color Harmonies of #CC3463
Complementary color
Monochromatic Colors of #CC3463
Black with #CC3463
Text Example
Text Example
White with #CC3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3463; }
p { color: rgb(204,52,99); }
H1.HeaderClassName
{
color: #CC3463;
}
.AnyTagClassName
{
color: #CC3463;
}
</style>
background-color css
<style>
a { background-color: #CC3463; }
a { background-color: rgb(204,52,99); }
div.DivClassName
{
background-color: #CC3463;
}
.BgClassName
{
background-color: #CC3463;
}
</style>
border-color css
<style>
span { border-color: #CC3463; }
span { border-color: rgb(204,52,99); }
td.TdClassName
{
border-color: #CC3463;
}
.TagClassName
{
border-color: #CC3463;
}
</style>