Shades of Cerise #CF3268
Tints of Cerise #CF3268
RGB
CMYK
RGB Variations
Color information
#CF3268 (or 0xCF3268) is known color: Cerise. HEX triplet: CF, 32 and 68. RGB value is (207,50,104). Sum of RGB (Red+Green+Blue) = 207+50+104=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3268 is #30CD97. Grayscale: #676767. Windows color (decimal): -3198360 or 6828751. OLE color: 6828751.
HSL color Cylindrical-coordinate representation of color #CF3268: hue angle of 339.36º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3268 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 104 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.19 |
| HSL | 339.36º | 0.62% | 0.5% | - |
| HSV(B) | 339.36º | 0.76% | 0.81% | - |
| XYZ | 29.37 | 16.55 | 14.74 | - |
| YUV | 103.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 104 | 0 | 0.76 | 0.50 | 0.19 | 339.36 | 0.62 | 0.5 |
| Hex | CF | 32 | 68 | 0 | 4C | 32 | 13 | 153 | 3E | 32 |
| Octal | 317 | 62 | 150 | 0 | 114 | 62 | 23 | 523 | 76 | 62 |
| Binary | 11001111 | 110010 | 1101000 | 0 | 1001100 | 110010 | 10011 | 101010011 | 111110 | 110010 |
Color Harmonies of #CF3268
Complementary color
Monochromatic Colors of #CF3268
Black with #CF3268
Text Example
Text Example
White with #CF3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3268; }
p { color: rgb(207,50,104); }
H1.HeaderClassName
{
color: #CF3268;
}
.AnyTagClassName
{
color: #CF3268;
}
</style>
background-color css
<style>
a { background-color: #CF3268; }
a { background-color: rgb(207,50,104); }
div.DivClassName
{
background-color: #CF3268;
}
.BgClassName
{
background-color: #CF3268;
}
</style>
border-color css
<style>
span { border-color: #CF3268; }
span { border-color: rgb(207,50,104); }
td.TdClassName
{
border-color: #CF3268;
}
.TagClassName
{
border-color: #CF3268;
}
</style>