Shades of Cerise #C62D6A
Tints of Cerise #C62D6A
RGB
CMYK
RGB Variations
Color information
#C62D6A (or 0xC62D6A) is known color: Cerise. HEX triplet: C6, 2D and 6A. RGB value is (198,45,106). Sum of RGB (Red+Green+Blue) = 198+45+106=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62D6A is #39D295. Grayscale: #616161. Windows color (decimal): -3789462 or 6958534. OLE color: 6958534.
HSL color Cylindrical-coordinate representation of color #C62D6A: hue angle of 336.08º 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 #C62D6A is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 106 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.22 |
| HSL | 336.08º | 0.63% | 0.48% | - |
| HSV(B) | 336.08º | 0.77% | 0.78% | - |
| XYZ | 26.83 | 14.92 | 15.1 | - |
| YUV | 97.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 106 | 0 | 0.77 | 0.46 | 0.22 | 336.08 | 0.63 | 0.48 |
| Hex | C6 | 2D | 6A | 0 | 4D | 2E | 16 | 150 | 3F | 30 |
| Octal | 306 | 55 | 152 | 0 | 115 | 56 | 26 | 520 | 77 | 60 |
| Binary | 11000110 | 101101 | 1101010 | 0 | 1001101 | 101110 | 10110 | 101010000 | 111111 | 110000 |
Color Harmonies of #C62D6A
Complementary color
Monochromatic Colors of #C62D6A
Black with #C62D6A
Text Example
Text Example
White with #C62D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D6A; }
p { color: rgb(198,45,106); }
H1.HeaderClassName
{
color: #C62D6A;
}
.AnyTagClassName
{
color: #C62D6A;
}
</style>
background-color css
<style>
a { background-color: #C62D6A; }
a { background-color: rgb(198,45,106); }
div.DivClassName
{
background-color: #C62D6A;
}
.BgClassName
{
background-color: #C62D6A;
}
</style>
border-color css
<style>
span { border-color: #C62D6A; }
span { border-color: rgb(198,45,106); }
td.TdClassName
{
border-color: #C62D6A;
}
.TagClassName
{
border-color: #C62D6A;
}
</style>