Shades of Cerise #CC3467
Tints of Cerise #CC3467
RGB
CMYK
RGB Variations
Color information
#CC3467 (or 0xCC3467) is known color: Cerise. HEX triplet: CC, 34 and 67. RGB value is (204,52,103). Sum of RGB (Red+Green+Blue) = 204+52+103=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3467 is #33CB98. Grayscale: #676767. Windows color (decimal): -3394457 or 6763724. OLE color: 6763724.
HSL color Cylindrical-coordinate representation of color #CC3467: hue angle of 339.87º 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 #CC3467 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 103 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.2 |
| HSL | 339.87º | 0.6% | 0.5% | - |
| HSV(B) | 339.87º | 0.75% | 0.8% | - |
| XYZ | 28.58 | 16.27 | 14.47 | - |
| YUV | 103.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 103 | 0 | 0.75 | 0.50 | 0.2 | 339.87 | 0.6 | 0.5 |
| Hex | CC | 34 | 67 | 0 | 4B | 32 | 14 | 154 | 3C | 32 |
| Octal | 314 | 64 | 147 | 0 | 113 | 62 | 24 | 524 | 74 | 62 |
| Binary | 11001100 | 110100 | 1100111 | 0 | 1001011 | 110010 | 10100 | 101010100 | 111100 | 110010 |
Color Harmonies of #CC3467
Complementary color
Monochromatic Colors of #CC3467
Black with #CC3467
Text Example
Text Example
White with #CC3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3467; }
p { color: rgb(204,52,103); }
H1.HeaderClassName
{
color: #CC3467;
}
.AnyTagClassName
{
color: #CC3467;
}
</style>
background-color css
<style>
a { background-color: #CC3467; }
a { background-color: rgb(204,52,103); }
div.DivClassName
{
background-color: #CC3467;
}
.BgClassName
{
background-color: #CC3467;
}
</style>
border-color css
<style>
span { border-color: #CC3467; }
span { border-color: rgb(204,52,103); }
td.TdClassName
{
border-color: #CC3467;
}
.TagClassName
{
border-color: #CC3467;
}
</style>