Shades of Cerise #CC3167
Tints of Cerise #CC3167
RGB
CMYK
RGB Variations
Color information
#CC3167 (or 0xCC3167) is known color: Cerise. HEX triplet: CC, 31 and 67. RGB value is (204,49,103). Sum of RGB (Red+Green+Blue) = 204+49+103=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3167 is #33CE98. Grayscale: #656565. Windows color (decimal): -3395225 or 6762956. OLE color: 6762956.
HSL color Cylindrical-coordinate representation of color #CC3167: hue angle of 339.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3167 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 103 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.2 |
| HSL | 339.1º | 0.61% | 0.5% | - |
| HSV(B) | 339.1º | 0.76% | 0.8% | - |
| XYZ | 28.45 | 16.01 | 14.42 | - |
| YUV | 101.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 103 | 0 | 0.76 | 0.50 | 0.2 | 339.1 | 0.61 | 0.5 |
| Hex | CC | 31 | 67 | 0 | 4C | 32 | 14 | 153 | 3D | 32 |
| Octal | 314 | 61 | 147 | 0 | 114 | 62 | 24 | 523 | 75 | 62 |
| Binary | 11001100 | 110001 | 1100111 | 0 | 1001100 | 110010 | 10100 | 101010011 | 111101 | 110010 |
Color Harmonies of #CC3167
Complementary color
Monochromatic Colors of #CC3167
Black with #CC3167
Text Example
Text Example
White with #CC3167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3167; }
p { color: rgb(204,49,103); }
H1.HeaderClassName
{
color: #CC3167;
}
.AnyTagClassName
{
color: #CC3167;
}
</style>
background-color css
<style>
a { background-color: #CC3167; }
a { background-color: rgb(204,49,103); }
div.DivClassName
{
background-color: #CC3167;
}
.BgClassName
{
background-color: #CC3167;
}
</style>
border-color css
<style>
span { border-color: #CC3167; }
span { border-color: rgb(204,49,103); }
td.TdClassName
{
border-color: #CC3167;
}
.TagClassName
{
border-color: #CC3167;
}
</style>