Shades of Cerise #C7216B
Tints of Cerise #C7216B
RGB
CMYK
RGB Variations
Color information
#C7216B (or 0xC7216B) is known color: Cerise. HEX triplet: C7, 21 and 6B. RGB value is (199,33,107). Sum of RGB (Red+Green+Blue) = 199+33+107=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7216B is #38DE94. Grayscale: #5A5A5A. Windows color (decimal): -3726997 or 7020999. OLE color: 7020999.
HSL color Cylindrical-coordinate representation of color #C7216B: hue angle of 333.25º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7216B is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 107 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.22 |
| HSL | 333.25º | 0.72% | 0.45% | - |
| HSV(B) | 333.25º | 0.83% | 0.78% | - |
| XYZ | 26.75 | 14.29 | 15.26 | - |
| YUV | 91.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 107 | 0 | 0.83 | 0.46 | 0.22 | 333.25 | 0.72 | 0.45 |
| Hex | C7 | 21 | 6B | 0 | 53 | 2E | 16 | 14D | 48 | 2D |
| Octal | 307 | 41 | 153 | 0 | 123 | 56 | 26 | 515 | 110 | 55 |
| Binary | 11000111 | 100001 | 1101011 | 0 | 1010011 | 101110 | 10110 | 101001101 | 1001000 | 101101 |
Color Harmonies of #C7216B
Complementary color
Monochromatic Colors of #C7216B
Black with #C7216B
Text Example
Text Example
White with #C7216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7216B; }
p { color: rgb(199,33,107); }
H1.HeaderClassName
{
color: #C7216B;
}
.AnyTagClassName
{
color: #C7216B;
}
</style>
background-color css
<style>
a { background-color: #C7216B; }
a { background-color: rgb(199,33,107); }
div.DivClassName
{
background-color: #C7216B;
}
.BgClassName
{
background-color: #C7216B;
}
</style>
border-color css
<style>
span { border-color: #C7216B; }
span { border-color: rgb(199,33,107); }
td.TdClassName
{
border-color: #C7216B;
}
.TagClassName
{
border-color: #C7216B;
}
</style>