Shades of Cerise #CF2667
Tints of Cerise #CF2667
RGB
CMYK
RGB Variations
Color information
#CF2667 (or 0xCF2667) is known color: Cerise. HEX triplet: CF, 26 and 67. RGB value is (207,38,103). Sum of RGB (Red+Green+Blue) = 207+38+103=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2667 is #30D998. Grayscale: #5F5F5F. Windows color (decimal): -3201433 or 6760143. OLE color: 6760143.
HSL color Cylindrical-coordinate representation of color #CF2667: hue angle of 336.92º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2667 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 103 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.19 |
| HSL | 336.92º | 0.69% | 0.48% | - |
| HSV(B) | 336.92º | 0.82% | 0.81% | - |
| XYZ | 28.87 | 15.63 | 14.33 | - |
| YUV | 95.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 103 | 0 | 0.82 | 0.50 | 0.19 | 336.92 | 0.69 | 0.48 |
| Hex | CF | 26 | 67 | 0 | 52 | 32 | 13 | 151 | 45 | 30 |
| Octal | 317 | 46 | 147 | 0 | 122 | 62 | 23 | 521 | 105 | 60 |
| Binary | 11001111 | 100110 | 1100111 | 0 | 1010010 | 110010 | 10011 | 101010001 | 1000101 | 110000 |
Color Harmonies of #CF2667
Complementary color
Monochromatic Colors of #CF2667
Black with #CF2667
Text Example
Text Example
White with #CF2667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2667; }
p { color: rgb(207,38,103); }
H1.HeaderClassName
{
color: #CF2667;
}
.AnyTagClassName
{
color: #CF2667;
}
</style>
background-color css
<style>
a { background-color: #CF2667; }
a { background-color: rgb(207,38,103); }
div.DivClassName
{
background-color: #CF2667;
}
.BgClassName
{
background-color: #CF2667;
}
</style>
border-color css
<style>
span { border-color: #CF2667; }
span { border-color: rgb(207,38,103); }
td.TdClassName
{
border-color: #CF2667;
}
.TagClassName
{
border-color: #CF2667;
}
</style>