Shades of Cerise #C9306C
Tints of Cerise #C9306C
RGB
CMYK
RGB Variations
Color information
#C9306C (or 0xC9306C) is known color: Cerise. HEX triplet: C9, 30 and 6C. RGB value is (201,48,108). Sum of RGB (Red+Green+Blue) = 201+48+108=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9306C is #36CF93. Grayscale: #646464. Windows color (decimal): -3592084 or 7090377. OLE color: 7090377.
HSL color Cylindrical-coordinate representation of color #C9306C: hue angle of 336.47º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9306C is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 108 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.21 |
| HSL | 336.47º | 0.61% | 0.49% | - |
| HSV(B) | 336.47º | 0.76% | 0.79% | - |
| XYZ | 27.85 | 15.61 | 15.73 | - |
| YUV | 100.59 | 132.19 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 108 | 0 | 0.76 | 0.46 | 0.21 | 336.47 | 0.61 | 0.49 |
| Hex | C9 | 30 | 6C | 0 | 4C | 2E | 15 | 150 | 3D | 31 |
| Octal | 311 | 60 | 154 | 0 | 114 | 56 | 25 | 520 | 75 | 61 |
| Binary | 11001001 | 110000 | 1101100 | 0 | 1001100 | 101110 | 10101 | 101010000 | 111101 | 110001 |
Color Harmonies of #C9306C
Complementary color
Monochromatic Colors of #C9306C
Black with #C9306C
Text Example
Text Example
White with #C9306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9306C; }
p { color: rgb(201,48,108); }
H1.HeaderClassName
{
color: #C9306C;
}
.AnyTagClassName
{
color: #C9306C;
}
</style>
background-color css
<style>
a { background-color: #C9306C; }
a { background-color: rgb(201,48,108); }
div.DivClassName
{
background-color: #C9306C;
}
.BgClassName
{
background-color: #C9306C;
}
</style>
border-color css
<style>
span { border-color: #C9306C; }
span { border-color: rgb(201,48,108); }
td.TdClassName
{
border-color: #C9306C;
}
.TagClassName
{
border-color: #C9306C;
}
</style>