Shades of Cerise #C82A6C
Tints of Cerise #C82A6C
RGB
CMYK
RGB Variations
Color information
#C82A6C (or 0xC82A6C) is known color: Cerise. HEX triplet: C8, 2A and 6C. RGB value is (200,42,108). Sum of RGB (Red+Green+Blue) = 200+42+108=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82A6C is #37D593. Grayscale: #606060. Windows color (decimal): -3659156 or 7088840. OLE color: 7088840.
HSL color Cylindrical-coordinate representation of color #C82A6C: hue angle of 334.94º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82A6C is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 108 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.22 |
| HSL | 334.94º | 0.65% | 0.47% | - |
| HSV(B) | 334.94º | 0.79% | 0.78% | - |
| XYZ | 27.35 | 15.02 | 15.64 | - |
| YUV | 96.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 108 | 0 | 0.79 | 0.46 | 0.22 | 334.94 | 0.65 | 0.47 |
| Hex | C8 | 2A | 6C | 0 | 4F | 2E | 16 | 14F | 41 | 2F |
| Octal | 310 | 52 | 154 | 0 | 117 | 56 | 26 | 517 | 101 | 57 |
| Binary | 11001000 | 101010 | 1101100 | 0 | 1001111 | 101110 | 10110 | 101001111 | 1000001 | 101111 |
Color Harmonies of #C82A6C
Complementary color
Monochromatic Colors of #C82A6C
Black with #C82A6C
Text Example
Text Example
White with #C82A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82A6C; }
p { color: rgb(200,42,108); }
H1.HeaderClassName
{
color: #C82A6C;
}
.AnyTagClassName
{
color: #C82A6C;
}
</style>
background-color css
<style>
a { background-color: #C82A6C; }
a { background-color: rgb(200,42,108); }
div.DivClassName
{
background-color: #C82A6C;
}
.BgClassName
{
background-color: #C82A6C;
}
</style>
border-color css
<style>
span { border-color: #C82A6C; }
span { border-color: rgb(200,42,108); }
td.TdClassName
{
border-color: #C82A6C;
}
.TagClassName
{
border-color: #C82A6C;
}
</style>