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