Shades of Cerise #C8306D
Tints of Cerise #C8306D
RGB
CMYK
RGB Variations
Color information
#C8306D (or 0xC8306D) is known color: Cerise. HEX triplet: C8, 30 and 6D. RGB value is (200,48,109). Sum of RGB (Red+Green+Blue) = 200+48+109=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8306D is #37CF92. Grayscale: #646464. Windows color (decimal): -3657619 or 7155912. OLE color: 7155912.
HSL color Cylindrical-coordinate representation of color #C8306D: hue angle of 335.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8306D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 109 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.22 |
| HSL | 335.92º | 0.61% | 0.49% | - |
| HSV(B) | 335.92º | 0.76% | 0.78% | - |
| XYZ | 27.64 | 15.5 | 16 | - |
| YUV | 100.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 109 | 0 | 0.76 | 0.46 | 0.22 | 335.92 | 0.61 | 0.49 |
| Hex | C8 | 30 | 6D | 0 | 4C | 2E | 16 | 150 | 3D | 31 |
| Octal | 310 | 60 | 155 | 0 | 114 | 56 | 26 | 520 | 75 | 61 |
| Binary | 11001000 | 110000 | 1101101 | 0 | 1001100 | 101110 | 10110 | 101010000 | 111101 | 110001 |
Color Harmonies of #C8306D
Complementary color
Monochromatic Colors of #C8306D
Black with #C8306D
Text Example
Text Example
White with #C8306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8306D; }
p { color: rgb(200,48,109); }
H1.HeaderClassName
{
color: #C8306D;
}
.AnyTagClassName
{
color: #C8306D;
}
</style>
background-color css
<style>
a { background-color: #C8306D; }
a { background-color: rgb(200,48,109); }
div.DivClassName
{
background-color: #C8306D;
}
.BgClassName
{
background-color: #C8306D;
}
</style>
border-color css
<style>
span { border-color: #C8306D; }
span { border-color: rgb(200,48,109); }
td.TdClassName
{
border-color: #C8306D;
}
.TagClassName
{
border-color: #C8306D;
}
</style>