Shades of Cerise #C82F6A
Tints of Cerise #C82F6A
RGB
CMYK
RGB Variations
Color information
#C82F6A (or 0xC82F6A) is known color: Cerise. HEX triplet: C8, 2F and 6A. RGB value is (200,47,106). Sum of RGB (Red+Green+Blue) = 200+47+106=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F6A is #37D095. Grayscale: #636363. Windows color (decimal): -3657878 or 6959048. OLE color: 6959048.
HSL color Cylindrical-coordinate representation of color #C82F6A: hue angle of 336.86º 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 #C82F6A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 106 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.22 |
| HSL | 336.86º | 0.62% | 0.48% | - |
| HSV(B) | 336.86º | 0.77% | 0.78% | - |
| XYZ | 27.44 | 15.35 | 15.15 | - |
| YUV | 99.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 106 | 0 | 0.76 | 0.47 | 0.22 | 336.86 | 0.62 | 0.48 |
| Hex | C8 | 2F | 6A | 0 | 4C | 2F | 16 | 151 | 3E | 30 |
| Octal | 310 | 57 | 152 | 0 | 114 | 57 | 26 | 521 | 76 | 60 |
| Binary | 11001000 | 101111 | 1101010 | 0 | 1001100 | 101111 | 10110 | 101010001 | 111110 | 110000 |
Color Harmonies of #C82F6A
Complementary color
Monochromatic Colors of #C82F6A
Black with #C82F6A
Text Example
Text Example
White with #C82F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F6A; }
p { color: rgb(200,47,106); }
H1.HeaderClassName
{
color: #C82F6A;
}
.AnyTagClassName
{
color: #C82F6A;
}
</style>
background-color css
<style>
a { background-color: #C82F6A; }
a { background-color: rgb(200,47,106); }
div.DivClassName
{
background-color: #C82F6A;
}
.BgClassName
{
background-color: #C82F6A;
}
</style>
border-color css
<style>
span { border-color: #C82F6A; }
span { border-color: rgb(200,47,106); }
td.TdClassName
{
border-color: #C82F6A;
}
.TagClassName
{
border-color: #C82F6A;
}
</style>