Shades of Cerise #C82D6F
Tints of Cerise #C82D6F
RGB
CMYK
RGB Variations
Color information
#C82D6F (or 0xC82D6F) is known color: Cerise. HEX triplet: C8, 2D and 6F. RGB value is (200,45,111). Sum of RGB (Red+Green+Blue) = 200+45+111=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D6F is #37D290. Grayscale: #626262. Windows color (decimal): -3658385 or 7286216. OLE color: 7286216.
HSL color Cylindrical-coordinate representation of color #C82D6F: hue angle of 334.45º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82D6F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 111 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.22 |
| HSL | 334.45º | 0.63% | 0.48% | - |
| HSV(B) | 334.45º | 0.78% | 0.78% | - |
| XYZ | 27.63 | 15.3 | 16.54 | - |
| YUV | 98.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 111 | 0 | 0.78 | 0.44 | 0.22 | 334.45 | 0.63 | 0.48 |
| Hex | C8 | 2D | 6F | 0 | 4E | 2C | 16 | 14E | 3F | 30 |
| Octal | 310 | 55 | 157 | 0 | 116 | 54 | 26 | 516 | 77 | 60 |
| Binary | 11001000 | 101101 | 1101111 | 0 | 1001110 | 101100 | 10110 | 101001110 | 111111 | 110000 |
Color Harmonies of #C82D6F
Complementary color
Monochromatic Colors of #C82D6F
Black with #C82D6F
Text Example
Text Example
White with #C82D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D6F; }
p { color: rgb(200,45,111); }
H1.HeaderClassName
{
color: #C82D6F;
}
.AnyTagClassName
{
color: #C82D6F;
}
</style>
background-color css
<style>
a { background-color: #C82D6F; }
a { background-color: rgb(200,45,111); }
div.DivClassName
{
background-color: #C82D6F;
}
.BgClassName
{
background-color: #C82D6F;
}
</style>
border-color css
<style>
span { border-color: #C82D6F; }
span { border-color: rgb(200,45,111); }
td.TdClassName
{
border-color: #C82D6F;
}
.TagClassName
{
border-color: #C82D6F;
}
</style>