Shades of Cerise #CF3266
Tints of Cerise #CF3266
RGB
CMYK
RGB Variations
Color information
#CF3266 (or 0xCF3266) is known color: Cerise. HEX triplet: CF, 32 and 66. RGB value is (207,50,102). Sum of RGB (Red+Green+Blue) = 207+50+102=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3266 is #30CD99. Grayscale: #666666. Windows color (decimal): -3198362 or 6697679. OLE color: 6697679.
HSL color Cylindrical-coordinate representation of color #CF3266: hue angle of 340.13º 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 #CF3266 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 102 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.19 |
| HSL | 340.13º | 0.62% | 0.5% | - |
| HSV(B) | 340.13º | 0.76% | 0.81% | - |
| XYZ | 29.27 | 16.51 | 14.21 | - |
| YUV | 102.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 102 | 0 | 0.76 | 0.51 | 0.19 | 340.13 | 0.62 | 0.5 |
| Hex | CF | 32 | 66 | 0 | 4C | 33 | 13 | 154 | 3E | 32 |
| Octal | 317 | 62 | 146 | 0 | 114 | 63 | 23 | 524 | 76 | 62 |
| Binary | 11001111 | 110010 | 1100110 | 0 | 1001100 | 110011 | 10011 | 101010100 | 111110 | 110010 |
Color Harmonies of #CF3266
Complementary color
Monochromatic Colors of #CF3266
Black with #CF3266
Text Example
Text Example
White with #CF3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3266; }
p { color: rgb(207,50,102); }
H1.HeaderClassName
{
color: #CF3266;
}
.AnyTagClassName
{
color: #CF3266;
}
</style>
background-color css
<style>
a { background-color: #CF3266; }
a { background-color: rgb(207,50,102); }
div.DivClassName
{
background-color: #CF3266;
}
.BgClassName
{
background-color: #CF3266;
}
</style>
border-color css
<style>
span { border-color: #CF3266; }
span { border-color: rgb(207,50,102); }
td.TdClassName
{
border-color: #CF3266;
}
.TagClassName
{
border-color: #CF3266;
}
</style>