Shades of Cerise #CF265D
Tints of Cerise #CF265D
RGB
CMYK
RGB Variations
Color information
#CF265D (or 0xCF265D) is known color: Cerise. HEX triplet: CF, 26 and 5D. RGB value is (207,38,93). Sum of RGB (Red+Green+Blue) = 207+38+93=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF265D is #30D9A2. Grayscale: #5E5E5E. Windows color (decimal): -3201443 or 6104783. OLE color: 6104783.
HSL color Cylindrical-coordinate representation of color #CF265D: hue angle of 340.47º 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 #CF265D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 93 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.19 |
| HSL | 340.47º | 0.69% | 0.48% | - |
| HSV(B) | 340.47º | 0.82% | 0.81% | - |
| XYZ | 28.4 | 15.44 | 11.84 | - |
| YUV | 94.8 | 126.99 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 93 | 0 | 0.82 | 0.55 | 0.19 | 340.47 | 0.69 | 0.48 |
| Hex | CF | 26 | 5D | 0 | 52 | 37 | 13 | 154 | 45 | 30 |
| Octal | 317 | 46 | 135 | 0 | 122 | 67 | 23 | 524 | 105 | 60 |
| Binary | 11001111 | 100110 | 1011101 | 0 | 1010010 | 110111 | 10011 | 101010100 | 1000101 | 110000 |
Color Harmonies of #CF265D
Complementary color
Monochromatic Colors of #CF265D
Black with #CF265D
Text Example
Text Example
White with #CF265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF265D; }
p { color: rgb(207,38,93); }
H1.HeaderClassName
{
color: #CF265D;
}
.AnyTagClassName
{
color: #CF265D;
}
</style>
background-color css
<style>
a { background-color: #CF265D; }
a { background-color: rgb(207,38,93); }
div.DivClassName
{
background-color: #CF265D;
}
.BgClassName
{
background-color: #CF265D;
}
</style>
border-color css
<style>
span { border-color: #CF265D; }
span { border-color: rgb(207,38,93); }
td.TdClassName
{
border-color: #CF265D;
}
.TagClassName
{
border-color: #CF265D;
}
</style>