Shades of Cerise #C82F6C
Tints of Cerise #C82F6C
RGB
CMYK
RGB Variations
Color information
#C82F6C (or 0xC82F6C) is known color: Cerise. HEX triplet: C8, 2F and 6C. RGB value is (200,47,108). Sum of RGB (Red+Green+Blue) = 200+47+108=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F6C is #37D093. Grayscale: #636363. Windows color (decimal): -3657876 or 7090120. OLE color: 7090120.
HSL color Cylindrical-coordinate representation of color #C82F6C: hue angle of 336.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F6C is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 108 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.22 |
| HSL | 336.08º | 0.62% | 0.48% | - |
| HSV(B) | 336.08º | 0.77% | 0.78% | - |
| XYZ | 27.54 | 15.4 | 15.71 | - |
| YUV | 99.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 108 | 0 | 0.76 | 0.46 | 0.22 | 336.08 | 0.62 | 0.48 |
| Hex | C8 | 2F | 6C | 0 | 4C | 2E | 16 | 150 | 3E | 30 |
| Octal | 310 | 57 | 154 | 0 | 114 | 56 | 26 | 520 | 76 | 60 |
| Binary | 11001000 | 101111 | 1101100 | 0 | 1001100 | 101110 | 10110 | 101010000 | 111110 | 110000 |
Color Harmonies of #C82F6C
Complementary color
Monochromatic Colors of #C82F6C
Black with #C82F6C
Text Example
Text Example
White with #C82F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F6C; }
p { color: rgb(200,47,108); }
H1.HeaderClassName
{
color: #C82F6C;
}
.AnyTagClassName
{
color: #C82F6C;
}
</style>
background-color css
<style>
a { background-color: #C82F6C; }
a { background-color: rgb(200,47,108); }
div.DivClassName
{
background-color: #C82F6C;
}
.BgClassName
{
background-color: #C82F6C;
}
</style>
border-color css
<style>
span { border-color: #C82F6C; }
span { border-color: rgb(200,47,108); }
td.TdClassName
{
border-color: #C82F6C;
}
.TagClassName
{
border-color: #C82F6C;
}
</style>