Shades of Cerise #C83361
Tints of Cerise #C83361
RGB
CMYK
RGB Variations
Color information
#C83361 (or 0xC83361) is known color: Cerise. HEX triplet: C8, 33 and 61. RGB value is (200,51,97). Sum of RGB (Red+Green+Blue) = 200+51+97=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C83361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83361 is #37CC9E. Grayscale: #646464. Windows color (decimal): -3656863 or 6370248. OLE color: 6370248.
HSL color Cylindrical-coordinate representation of color #C83361: hue angle of 341.48º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83361 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 97 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.22 |
| HSL | 341.48º | 0.59% | 0.49% | - |
| HSV(B) | 341.48º | 0.75% | 0.78% | - |
| XYZ | 27.16 | 15.51 | 12.87 | - |
| YUV | 100.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 97 | 0 | 0.74 | 0.52 | 0.22 | 341.48 | 0.59 | 0.49 |
| Hex | C8 | 33 | 61 | 0 | 4A | 34 | 16 | 155 | 3B | 31 |
| Octal | 310 | 63 | 141 | 0 | 112 | 64 | 26 | 525 | 73 | 61 |
| Binary | 11001000 | 110011 | 1100001 | 0 | 1001010 | 110100 | 10110 | 101010101 | 111011 | 110001 |
Color Harmonies of #C83361
Complementary color
Monochromatic Colors of #C83361
Black with #C83361
Text Example
Text Example
White with #C83361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83361; }
p { color: rgb(200,51,97); }
H1.HeaderClassName
{
color: #C83361;
}
.AnyTagClassName
{
color: #C83361;
}
</style>
background-color css
<style>
a { background-color: #C83361; }
a { background-color: rgb(200,51,97); }
div.DivClassName
{
background-color: #C83361;
}
.BgClassName
{
background-color: #C83361;
}
</style>
border-color css
<style>
span { border-color: #C83361; }
span { border-color: rgb(200,51,97); }
td.TdClassName
{
border-color: #C83361;
}
.TagClassName
{
border-color: #C83361;
}
</style>