Shades of Cerise #C62F6C
Tints of Cerise #C62F6C
RGB
CMYK
RGB Variations
Color information
#C62F6C (or 0xC62F6C) is known color: Cerise. HEX triplet: C6, 2F and 6C. RGB value is (198,47,108). Sum of RGB (Red+Green+Blue) = 198+47+108=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62F6C is #39D093. Grayscale: #636363. Windows color (decimal): -3788948 or 7090118. OLE color: 7090118.
HSL color Cylindrical-coordinate representation of color #C62F6C: hue angle of 335.76º 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 #C62F6C is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 108 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.22 |
| HSL | 335.76º | 0.62% | 0.48% | - |
| HSV(B) | 335.76º | 0.76% | 0.78% | - |
| XYZ | 27.01 | 15.12 | 15.68 | - |
| YUV | 99.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 108 | 0 | 0.76 | 0.45 | 0.22 | 335.76 | 0.62 | 0.48 |
| Hex | C6 | 2F | 6C | 0 | 4C | 2D | 16 | 150 | 3E | 30 |
| Octal | 306 | 57 | 154 | 0 | 114 | 55 | 26 | 520 | 76 | 60 |
| Binary | 11000110 | 101111 | 1101100 | 0 | 1001100 | 101101 | 10110 | 101010000 | 111110 | 110000 |
Color Harmonies of #C62F6C
Complementary color
Monochromatic Colors of #C62F6C
Black with #C62F6C
Text Example
Text Example
White with #C62F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F6C; }
p { color: rgb(198,47,108); }
H1.HeaderClassName
{
color: #C62F6C;
}
.AnyTagClassName
{
color: #C62F6C;
}
</style>
background-color css
<style>
a { background-color: #C62F6C; }
a { background-color: rgb(198,47,108); }
div.DivClassName
{
background-color: #C62F6C;
}
.BgClassName
{
background-color: #C62F6C;
}
</style>
border-color css
<style>
span { border-color: #C62F6C; }
span { border-color: rgb(198,47,108); }
td.TdClassName
{
border-color: #C62F6C;
}
.TagClassName
{
border-color: #C62F6C;
}
</style>