Shades of Cerise #C9216B
Tints of Cerise #C9216B
RGB
CMYK
RGB Variations
Color information
#C9216B (or 0xC9216B) is known color: Cerise. HEX triplet: C9, 21 and 6B. RGB value is (201,33,107). Sum of RGB (Red+Green+Blue) = 201+33+107=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9216B is #36DE94. Grayscale: #5B5B5B. Windows color (decimal): -3595925 or 7021001. OLE color: 7021001.
HSL color Cylindrical-coordinate representation of color #C9216B: hue angle of 333.57º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9216B is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 33 | 107 | - |
CMYK | 0 | 0.84 | 0.47 | 0.21 |
HSL | 333.57º | 0.72% | 0.46% | - |
HSV(B) | 333.57º | 0.84% | 0.79% | - |
XYZ | 27.29 | 14.57 | 15.28 | - |
YUV | 91.67 | 136.66 | 205.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 33 | 107 | 0 | 0.84 | 0.47 | 0.21 | 333.57 | 0.72 | 0.46 |
Hex | C9 | 21 | 6B | 0 | 54 | 2F | 15 | 14E | 48 | 2E |
Octal | 311 | 41 | 153 | 0 | 124 | 57 | 25 | 516 | 110 | 56 |
Binary | 11001001 | 100001 | 1101011 | 0 | 1010100 | 101111 | 10101 | 101001110 | 1001000 | 101110 |
Color Harmonies of #C9216B
Complementary color
Monochromatic Colors of #C9216B
Black with #C9216B
Text Example
Text Example
White with #C9216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9216B; }
p { color: rgb(201,33,107); }
H1.HeaderClassName
{
color: #C9216B;
}
.AnyTagClassName
{
color: #C9216B;
}
</style>
background-color css
<style>
a { background-color: #C9216B; }
a { background-color: rgb(201,33,107); }
div.DivClassName
{
background-color: #C9216B;
}
.BgClassName
{
background-color: #C9216B;
}
</style>
border-color css
<style>
span { border-color: #C9216B; }
span { border-color: rgb(201,33,107); }
td.TdClassName
{
border-color: #C9216B;
}
.TagClassName
{
border-color: #C9216B;
}
</style>