Shades of Cerise #CF276E
Tints of Cerise #CF276E
RGB
CMYK
RGB Variations
Color information
#CF276E (or 0xCF276E) is known color: Cerise. HEX triplet: CF, 27 and 6E. RGB value is (207,39,110). Sum of RGB (Red+Green+Blue) = 207+39+110=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF276E is #30D891. Grayscale: #616161. Windows color (decimal): -3201170 or 7219151. OLE color: 7219151.
HSL color Cylindrical-coordinate representation of color #CF276E: hue angle of 334.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF276E is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 110 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.19 |
| HSL | 334.64º | 0.68% | 0.48% | - |
| HSV(B) | 334.64º | 0.81% | 0.81% | - |
| XYZ | 29.27 | 15.84 | 16.27 | - |
| YUV | 97.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 110 | 0 | 0.81 | 0.47 | 0.19 | 334.64 | 0.68 | 0.48 |
| Hex | CF | 27 | 6E | 0 | 51 | 2F | 13 | 14F | 44 | 30 |
| Octal | 317 | 47 | 156 | 0 | 121 | 57 | 23 | 517 | 104 | 60 |
| Binary | 11001111 | 100111 | 1101110 | 0 | 1010001 | 101111 | 10011 | 101001111 | 1000100 | 110000 |
Color Harmonies of #CF276E
Complementary color
Monochromatic Colors of #CF276E
Black with #CF276E
Text Example
Text Example
White with #CF276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF276E; }
p { color: rgb(207,39,110); }
H1.HeaderClassName
{
color: #CF276E;
}
.AnyTagClassName
{
color: #CF276E;
}
</style>
background-color css
<style>
a { background-color: #CF276E; }
a { background-color: rgb(207,39,110); }
div.DivClassName
{
background-color: #CF276E;
}
.BgClassName
{
background-color: #CF276E;
}
</style>
border-color css
<style>
span { border-color: #CF276E; }
span { border-color: rgb(207,39,110); }
td.TdClassName
{
border-color: #CF276E;
}
.TagClassName
{
border-color: #CF276E;
}
</style>