Shades of Cerise #CF376B
Tints of Cerise #CF376B
RGB
CMYK
RGB Variations
Color information
#CF376B (or 0xCF376B) is known color: Cerise. HEX triplet: CF, 37 and 6B. RGB value is (207,55,107). Sum of RGB (Red+Green+Blue) = 207+55+107=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF376B is #30C894. Grayscale: #6A6A6A. Windows color (decimal): -3197077 or 7026639. OLE color: 7026639.
HSL color Cylindrical-coordinate representation of color #CF376B: hue angle of 339.47º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF376B is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 107 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.19 |
| HSL | 339.47º | 0.61% | 0.51% | - |
| HSV(B) | 339.47º | 0.73% | 0.81% | - |
| XYZ | 29.75 | 17.06 | 15.63 | - |
| YUV | 106.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 107 | 0 | 0.73 | 0.48 | 0.19 | 339.47 | 0.61 | 0.51 |
| Hex | CF | 37 | 6B | 0 | 49 | 30 | 13 | 153 | 3D | 33 |
| Octal | 317 | 67 | 153 | 0 | 111 | 60 | 23 | 523 | 75 | 63 |
| Binary | 11001111 | 110111 | 1101011 | 0 | 1001001 | 110000 | 10011 | 101010011 | 111101 | 110011 |
Color Harmonies of #CF376B
Complementary color
Monochromatic Colors of #CF376B
Black with #CF376B
Text Example
Text Example
White with #CF376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF376B; }
p { color: rgb(207,55,107); }
H1.HeaderClassName
{
color: #CF376B;
}
.AnyTagClassName
{
color: #CF376B;
}
</style>
background-color css
<style>
a { background-color: #CF376B; }
a { background-color: rgb(207,55,107); }
div.DivClassName
{
background-color: #CF376B;
}
.BgClassName
{
background-color: #CF376B;
}
</style>
border-color css
<style>
span { border-color: #CF376B; }
span { border-color: rgb(207,55,107); }
td.TdClassName
{
border-color: #CF376B;
}
.TagClassName
{
border-color: #CF376B;
}
</style>