Shades of Deep Cerise #CF268F
Tints of Deep Cerise #CF268F
RGB
CMYK
RGB Variations
Color information
#CF268F (or 0xCF268F) is known color: Deep Cerise. HEX triplet: CF, 26 and 8F. RGB value is (207,38,143). Sum of RGB (Red+Green+Blue) = 207+38+143=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF268F is #30D970. Grayscale: #646464. Windows color (decimal): -3201393 or 9381583. OLE color: 9381583.
HSL color Cylindrical-coordinate representation of color #CF268F: hue angle of 322.72º 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 #CF268F is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 143 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.19 |
| HSL | 322.72º | 0.69% | 0.48% | - |
| HSV(B) | 322.72º | 0.82% | 0.81% | - |
| XYZ | 31.38 | 16.63 | 27.54 | - |
| YUV | 100.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 143 | 0 | 0.82 | 0.31 | 0.19 | 322.72 | 0.69 | 0.48 |
| Hex | CF | 26 | 8F | 0 | 52 | 1F | 13 | 143 | 45 | 30 |
| Octal | 317 | 46 | 217 | 0 | 122 | 37 | 23 | 503 | 105 | 60 |
| Binary | 11001111 | 100110 | 10001111 | 0 | 1010010 | 11111 | 10011 | 101000011 | 1000101 | 110000 |
Color Harmonies of #CF268F
Complementary color
Monochromatic Colors of #CF268F
Black with #CF268F
Text Example
Text Example
White with #CF268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF268F; }
p { color: rgb(207,38,143); }
H1.HeaderClassName
{
color: #CF268F;
}
.AnyTagClassName
{
color: #CF268F;
}
</style>
background-color css
<style>
a { background-color: #CF268F; }
a { background-color: rgb(207,38,143); }
div.DivClassName
{
background-color: #CF268F;
}
.BgClassName
{
background-color: #CF268F;
}
</style>
border-color css
<style>
span { border-color: #CF268F; }
span { border-color: rgb(207,38,143); }
td.TdClassName
{
border-color: #CF268F;
}
.TagClassName
{
border-color: #CF268F;
}
</style>