Shades of Cerise #C82A6F
Tints of Cerise #C82A6F
RGB
CMYK
RGB Variations
Color information
#C82A6F (or 0xC82A6F) is known color: Cerise. HEX triplet: C8, 2A and 6F. RGB value is (200,42,111). Sum of RGB (Red+Green+Blue) = 200+42+111=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82A6F is #37D590. Grayscale: #606060. Windows color (decimal): -3659153 or 7285448. OLE color: 7285448.
HSL color Cylindrical-coordinate representation of color #C82A6F: hue angle of 333.8º 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 #C82A6F is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 111 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.22 |
| HSL | 333.8º | 0.65% | 0.47% | - |
| HSV(B) | 333.8º | 0.79% | 0.78% | - |
| XYZ | 27.52 | 15.08 | 16.5 | - |
| YUV | 97.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 111 | 0 | 0.79 | 0.44 | 0.22 | 333.8 | 0.65 | 0.47 |
| Hex | C8 | 2A | 6F | 0 | 4F | 2C | 16 | 14E | 41 | 2F |
| Octal | 310 | 52 | 157 | 0 | 117 | 54 | 26 | 516 | 101 | 57 |
| Binary | 11001000 | 101010 | 1101111 | 0 | 1001111 | 101100 | 10110 | 101001110 | 1000001 | 101111 |
Color Harmonies of #C82A6F
Complementary color
Monochromatic Colors of #C82A6F
Black with #C82A6F
Text Example
Text Example
White with #C82A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82A6F; }
p { color: rgb(200,42,111); }
H1.HeaderClassName
{
color: #C82A6F;
}
.AnyTagClassName
{
color: #C82A6F;
}
</style>
background-color css
<style>
a { background-color: #C82A6F; }
a { background-color: rgb(200,42,111); }
div.DivClassName
{
background-color: #C82A6F;
}
.BgClassName
{
background-color: #C82A6F;
}
</style>
border-color css
<style>
span { border-color: #C82A6F; }
span { border-color: rgb(200,42,111); }
td.TdClassName
{
border-color: #C82A6F;
}
.TagClassName
{
border-color: #C82A6F;
}
</style>