Shades of Deep Cerise #CF267C
Tints of Deep Cerise #CF267C
RGB
CMYK
RGB Variations
Color information
#CF267C (or 0xCF267C) is known color: Deep Cerise. HEX triplet: CF, 26 and 7C. RGB value is (207,38,124). Sum of RGB (Red+Green+Blue) = 207+38+124=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF267C is #30D983. Grayscale: #626262. Windows color (decimal): -3201412 or 8136399. OLE color: 8136399.
HSL color Cylindrical-coordinate representation of color #CF267C: hue angle of 329.47º 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 #CF267C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 124 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.19 |
| HSL | 329.47º | 0.69% | 0.48% | - |
| HSV(B) | 329.47º | 0.82% | 0.81% | - |
| XYZ | 30.06 | 16.11 | 20.59 | - |
| YUV | 98.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 124 | 0 | 0.82 | 0.40 | 0.19 | 329.47 | 0.69 | 0.48 |
| Hex | CF | 26 | 7C | 0 | 52 | 28 | 13 | 149 | 45 | 30 |
| Octal | 317 | 46 | 174 | 0 | 122 | 50 | 23 | 511 | 105 | 60 |
| Binary | 11001111 | 100110 | 1111100 | 0 | 1010010 | 101000 | 10011 | 101001001 | 1000101 | 110000 |
Color Harmonies of #CF267C
Complementary color
Monochromatic Colors of #CF267C
Black with #CF267C
Text Example
Text Example
White with #CF267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF267C; }
p { color: rgb(207,38,124); }
H1.HeaderClassName
{
color: #CF267C;
}
.AnyTagClassName
{
color: #CF267C;
}
</style>
background-color css
<style>
a { background-color: #CF267C; }
a { background-color: rgb(207,38,124); }
div.DivClassName
{
background-color: #CF267C;
}
.BgClassName
{
background-color: #CF267C;
}
</style>
border-color css
<style>
span { border-color: #CF267C; }
span { border-color: rgb(207,38,124); }
td.TdClassName
{
border-color: #CF267C;
}
.TagClassName
{
border-color: #CF267C;
}
</style>