Shades of Cerise #C83270
Tints of Cerise #C83270
RGB
CMYK
RGB Variations
Color information
#C83270 (or 0xC83270) is known color: Cerise. HEX triplet: C8, 32 and 70. RGB value is (200,50,112). Sum of RGB (Red+Green+Blue) = 200+50+112=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C83270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83270 is #37CD8F. Grayscale: #656565. Windows color (decimal): -3657104 or 7353032. OLE color: 7353032.
HSL color Cylindrical-coordinate representation of color #C83270: hue angle of 335.2º 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 #C83270 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 112 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.22 |
| HSL | 335.2º | 0.6% | 0.49% | - |
| HSV(B) | 335.2º | 0.75% | 0.78% | - |
| XYZ | 27.88 | 15.73 | 16.9 | - |
| YUV | 101.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 112 | 0 | 0.75 | 0.44 | 0.22 | 335.2 | 0.6 | 0.49 |
| Hex | C8 | 32 | 70 | 0 | 4B | 2C | 16 | 14F | 3C | 31 |
| Octal | 310 | 62 | 160 | 0 | 113 | 54 | 26 | 517 | 74 | 61 |
| Binary | 11001000 | 110010 | 1110000 | 0 | 1001011 | 101100 | 10110 | 101001111 | 111100 | 110001 |
Color Harmonies of #C83270
Complementary color
Monochromatic Colors of #C83270
Black with #C83270
Text Example
Text Example
White with #C83270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83270; }
p { color: rgb(200,50,112); }
H1.HeaderClassName
{
color: #C83270;
}
.AnyTagClassName
{
color: #C83270;
}
</style>
background-color css
<style>
a { background-color: #C83270; }
a { background-color: rgb(200,50,112); }
div.DivClassName
{
background-color: #C83270;
}
.BgClassName
{
background-color: #C83270;
}
</style>
border-color css
<style>
span { border-color: #C83270; }
span { border-color: rgb(200,50,112); }
td.TdClassName
{
border-color: #C83270;
}
.TagClassName
{
border-color: #C83270;
}
</style>