Shades of Cerise #CC3067
Tints of Cerise #CC3067
RGB
CMYK
RGB Variations
Color information
#CC3067 (or 0xCC3067) is known color: Cerise. HEX triplet: CC, 30 and 67. RGB value is (204,48,103). Sum of RGB (Red+Green+Blue) = 204+48+103=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3067 is #33CF98. Grayscale: #646464. Windows color (decimal): -3395481 or 6762700. OLE color: 6762700.
HSL color Cylindrical-coordinate representation of color #CC3067: hue angle of 338.85º 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 #CC3067 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 103 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.2 |
| HSL | 338.85º | 0.62% | 0.49% | - |
| HSV(B) | 338.85º | 0.76% | 0.8% | - |
| XYZ | 28.41 | 15.93 | 14.41 | - |
| YUV | 100.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 103 | 0 | 0.76 | 0.50 | 0.2 | 338.85 | 0.62 | 0.49 |
| Hex | CC | 30 | 67 | 0 | 4C | 32 | 14 | 153 | 3E | 31 |
| Octal | 314 | 60 | 147 | 0 | 114 | 62 | 24 | 523 | 76 | 61 |
| Binary | 11001100 | 110000 | 1100111 | 0 | 1001100 | 110010 | 10100 | 101010011 | 111110 | 110001 |
Color Harmonies of #CC3067
Complementary color
Monochromatic Colors of #CC3067
Black with #CC3067
Text Example
Text Example
White with #CC3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3067; }
p { color: rgb(204,48,103); }
H1.HeaderClassName
{
color: #CC3067;
}
.AnyTagClassName
{
color: #CC3067;
}
</style>
background-color css
<style>
a { background-color: #CC3067; }
a { background-color: rgb(204,48,103); }
div.DivClassName
{
background-color: #CC3067;
}
.BgClassName
{
background-color: #CC3067;
}
</style>
border-color css
<style>
span { border-color: #CC3067; }
span { border-color: rgb(204,48,103); }
td.TdClassName
{
border-color: #CC3067;
}
.TagClassName
{
border-color: #CC3067;
}
</style>