Shades of Deep Cerise #CF257F
Tints of Deep Cerise #CF257F
RGB
CMYK
RGB Variations
Color information
#CF257F (or 0xCF257F) is known color: Deep Cerise. HEX triplet: CF, 25 and 7F. RGB value is (207,37,127). Sum of RGB (Red+Green+Blue) = 207+37+127=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF257F is #30DA80. Grayscale: #616161. Windows color (decimal): -3201665 or 8332751. OLE color: 8332751.
HSL color Cylindrical-coordinate representation of color #CF257F: hue angle of 328.24º degrees, saturation: 0.7, 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 #CF257F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 127 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.19 |
| HSL | 328.24º | 0.7% | 0.48% | - |
| HSV(B) | 328.24º | 0.82% | 0.81% | - |
| XYZ | 30.22 | 16.12 | 21.6 | - |
| YUV | 98.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 127 | 0 | 0.82 | 0.39 | 0.19 | 328.24 | 0.7 | 0.48 |
| Hex | CF | 25 | 7F | 0 | 52 | 27 | 13 | 148 | 46 | 30 |
| Octal | 317 | 45 | 177 | 0 | 122 | 47 | 23 | 510 | 106 | 60 |
| Binary | 11001111 | 100101 | 1111111 | 0 | 1010010 | 100111 | 10011 | 101001000 | 1000110 | 110000 |
Color Harmonies of #CF257F
Complementary color
Monochromatic Colors of #CF257F
Black with #CF257F
Text Example
Text Example
White with #CF257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF257F; }
p { color: rgb(207,37,127); }
H1.HeaderClassName
{
color: #CF257F;
}
.AnyTagClassName
{
color: #CF257F;
}
</style>
background-color css
<style>
a { background-color: #CF257F; }
a { background-color: rgb(207,37,127); }
div.DivClassName
{
background-color: #CF257F;
}
.BgClassName
{
background-color: #CF257F;
}
</style>
border-color css
<style>
span { border-color: #CF257F; }
span { border-color: rgb(207,37,127); }
td.TdClassName
{
border-color: #CF257F;
}
.TagClassName
{
border-color: #CF257F;
}
</style>