Shades of Cerise #C83263
Tints of Cerise #C83263
RGB
CMYK
RGB Variations
Color information
#C83263 (or 0xC83263) is known color: Cerise. HEX triplet: C8, 32 and 63. RGB value is (200,50,99). Sum of RGB (Red+Green+Blue) = 200+50+99=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C83263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83263 is #37CD9C. Grayscale: #646464. Windows color (decimal): -3657117 or 6501064. OLE color: 6501064.
HSL color Cylindrical-coordinate representation of color #C83263: hue angle of 340.4º degrees, saturation: 0.6, 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 #C83263 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 99 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.22 |
| HSL | 340.4º | 0.6% | 0.49% | - |
| HSV(B) | 340.4º | 0.75% | 0.78% | - |
| XYZ | 27.21 | 15.46 | 13.35 | - |
| YUV | 100.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 99 | 0 | 0.75 | 0.50 | 0.22 | 340.4 | 0.6 | 0.49 |
| Hex | C8 | 32 | 63 | 0 | 4B | 32 | 16 | 154 | 3C | 31 |
| Octal | 310 | 62 | 143 | 0 | 113 | 62 | 26 | 524 | 74 | 61 |
| Binary | 11001000 | 110010 | 1100011 | 0 | 1001011 | 110010 | 10110 | 101010100 | 111100 | 110001 |
Color Harmonies of #C83263
Complementary color
Monochromatic Colors of #C83263
Black with #C83263
Text Example
Text Example
White with #C83263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83263; }
p { color: rgb(200,50,99); }
H1.HeaderClassName
{
color: #C83263;
}
.AnyTagClassName
{
color: #C83263;
}
</style>
background-color css
<style>
a { background-color: #C83263; }
a { background-color: rgb(200,50,99); }
div.DivClassName
{
background-color: #C83263;
}
.BgClassName
{
background-color: #C83263;
}
</style>
border-color css
<style>
span { border-color: #C83263; }
span { border-color: rgb(200,50,99); }
td.TdClassName
{
border-color: #C83263;
}
.TagClassName
{
border-color: #C83263;
}
</style>