Shades of Cerise #C62B6E
Tints of Cerise #C62B6E
RGB
CMYK
RGB Variations
Color information
#C62B6E (or 0xC62B6E) is known color: Cerise. HEX triplet: C6, 2B and 6E. RGB value is (198,43,110). Sum of RGB (Red+Green+Blue) = 198+43+110=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B6E is #39D491. Grayscale: #606060. Windows color (decimal): -3789970 or 7220166. OLE color: 7220166.
HSL color Cylindrical-coordinate representation of color #C62B6E: hue angle of 334.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B6E is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 110 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.22 |
| HSL | 334.06º | 0.64% | 0.47% | - |
| HSV(B) | 334.06º | 0.78% | 0.78% | - |
| XYZ | 26.97 | 14.86 | 16.2 | - |
| YUV | 96.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 110 | 0 | 0.78 | 0.44 | 0.22 | 334.06 | 0.64 | 0.47 |
| Hex | C6 | 2B | 6E | 0 | 4E | 2C | 16 | 14E | 40 | 2F |
| Octal | 306 | 53 | 156 | 0 | 116 | 54 | 26 | 516 | 100 | 57 |
| Binary | 11000110 | 101011 | 1101110 | 0 | 1001110 | 101100 | 10110 | 101001110 | 1000000 | 101111 |
Color Harmonies of #C62B6E
Complementary color
Monochromatic Colors of #C62B6E
Black with #C62B6E
Text Example
Text Example
White with #C62B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62B6E; }
p { color: rgb(198,43,110); }
H1.HeaderClassName
{
color: #C62B6E;
}
.AnyTagClassName
{
color: #C62B6E;
}
</style>
background-color css
<style>
a { background-color: #C62B6E; }
a { background-color: rgb(198,43,110); }
div.DivClassName
{
background-color: #C62B6E;
}
.BgClassName
{
background-color: #C62B6E;
}
</style>
border-color css
<style>
span { border-color: #C62B6E; }
span { border-color: rgb(198,43,110); }
td.TdClassName
{
border-color: #C62B6E;
}
.TagClassName
{
border-color: #C62B6E;
}
</style>