Shades of Deep Cerise #CF257B
Tints of Deep Cerise #CF257B
RGB
CMYK
RGB Variations
Color information
#CF257B (or 0xCF257B) is known color: Deep Cerise. HEX triplet: CF, 25 and 7B. RGB value is (207,37,123). Sum of RGB (Red+Green+Blue) = 207+37+123=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF257B is #30DA84. Grayscale: #616161. Windows color (decimal): -3201669 or 8070607. OLE color: 8070607.
HSL color Cylindrical-coordinate representation of color #CF257B: hue angle of 329.65º 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 #CF257B is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 123 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.19 |
| HSL | 329.65º | 0.7% | 0.48% | - |
| HSV(B) | 329.65º | 0.82% | 0.81% | - |
| XYZ | 29.97 | 16.02 | 20.25 | - |
| YUV | 97.63 | 142.32 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 123 | 0 | 0.82 | 0.41 | 0.19 | 329.65 | 0.7 | 0.48 |
| Hex | CF | 25 | 7B | 0 | 52 | 29 | 13 | 14A | 46 | 30 |
| Octal | 317 | 45 | 173 | 0 | 122 | 51 | 23 | 512 | 106 | 60 |
| Binary | 11001111 | 100101 | 1111011 | 0 | 1010010 | 101001 | 10011 | 101001010 | 1000110 | 110000 |
Color Harmonies of #CF257B
Complementary color
Monochromatic Colors of #CF257B
Black with #CF257B
Text Example
Text Example
White with #CF257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF257B; }
p { color: rgb(207,37,123); }
H1.HeaderClassName
{
color: #CF257B;
}
.AnyTagClassName
{
color: #CF257B;
}
</style>
background-color css
<style>
a { background-color: #CF257B; }
a { background-color: rgb(207,37,123); }
div.DivClassName
{
background-color: #CF257B;
}
.BgClassName
{
background-color: #CF257B;
}
</style>
border-color css
<style>
span { border-color: #CF257B; }
span { border-color: rgb(207,37,123); }
td.TdClassName
{
border-color: #CF257B;
}
.TagClassName
{
border-color: #CF257B;
}
</style>