Shades of Deep Cerise #CF257D
Tints of Deep Cerise #CF257D
RGB
CMYK
RGB Variations
Color information
#CF257D (or 0xCF257D) is known color: Deep Cerise. HEX triplet: CF, 25 and 7D. RGB value is (207,37,125). Sum of RGB (Red+Green+Blue) = 207+37+125=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF257D is #30DA82. Grayscale: #616161. Windows color (decimal): -3201667 or 8201679. OLE color: 8201679.
HSL color Cylindrical-coordinate representation of color #CF257D: hue angle of 328.94º 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 #CF257D is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 125 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.19 |
| HSL | 328.94º | 0.7% | 0.48% | - |
| HSV(B) | 328.94º | 0.82% | 0.81% | - |
| XYZ | 30.1 | 16.07 | 20.92 | - |
| YUV | 97.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 125 | 0 | 0.82 | 0.40 | 0.19 | 328.94 | 0.7 | 0.48 |
| Hex | CF | 25 | 7D | 0 | 52 | 28 | 13 | 149 | 46 | 30 |
| Octal | 317 | 45 | 175 | 0 | 122 | 50 | 23 | 511 | 106 | 60 |
| Binary | 11001111 | 100101 | 1111101 | 0 | 1010010 | 101000 | 10011 | 101001001 | 1000110 | 110000 |
Color Harmonies of #CF257D
Complementary color
Monochromatic Colors of #CF257D
Black with #CF257D
Text Example
Text Example
White with #CF257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF257D; }
p { color: rgb(207,37,125); }
H1.HeaderClassName
{
color: #CF257D;
}
.AnyTagClassName
{
color: #CF257D;
}
</style>
background-color css
<style>
a { background-color: #CF257D; }
a { background-color: rgb(207,37,125); }
div.DivClassName
{
background-color: #CF257D;
}
.BgClassName
{
background-color: #CF257D;
}
</style>
border-color css
<style>
span { border-color: #CF257D; }
span { border-color: rgb(207,37,125); }
td.TdClassName
{
border-color: #CF257D;
}
.TagClassName
{
border-color: #CF257D;
}
</style>