Shades of Cerise #CF376A
Tints of Cerise #CF376A
RGB
CMYK
RGB Variations
Color information
#CF376A (or 0xCF376A) is known color: Cerise. HEX triplet: CF, 37 and 6A. RGB value is (207,55,106). Sum of RGB (Red+Green+Blue) = 207+55+106=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF376A is #30C895. Grayscale: #6A6A6A. Windows color (decimal): -3197078 or 6961103. OLE color: 6961103.
HSL color Cylindrical-coordinate representation of color #CF376A: hue angle of 339.87º 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 #CF376A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 106 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.19 |
| HSL | 339.87º | 0.61% | 0.51% | - |
| HSV(B) | 339.87º | 0.73% | 0.81% | - |
| XYZ | 29.7 | 17.04 | 15.36 | - |
| YUV | 106.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 106 | 0 | 0.73 | 0.49 | 0.19 | 339.87 | 0.61 | 0.51 |
| Hex | CF | 37 | 6A | 0 | 49 | 31 | 13 | 154 | 3D | 33 |
| Octal | 317 | 67 | 152 | 0 | 111 | 61 | 23 | 524 | 75 | 63 |
| Binary | 11001111 | 110111 | 1101010 | 0 | 1001001 | 110001 | 10011 | 101010100 | 111101 | 110011 |
Color Harmonies of #CF376A
Complementary color
Monochromatic Colors of #CF376A
Black with #CF376A
Text Example
Text Example
White with #CF376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF376A; }
p { color: rgb(207,55,106); }
H1.HeaderClassName
{
color: #CF376A;
}
.AnyTagClassName
{
color: #CF376A;
}
</style>
background-color css
<style>
a { background-color: #CF376A; }
a { background-color: rgb(207,55,106); }
div.DivClassName
{
background-color: #CF376A;
}
.BgClassName
{
background-color: #CF376A;
}
</style>
border-color css
<style>
span { border-color: #CF376A; }
span { border-color: rgb(207,55,106); }
td.TdClassName
{
border-color: #CF376A;
}
.TagClassName
{
border-color: #CF376A;
}
</style>