Shades of Deep Cerise #CF317B
Tints of Deep Cerise #CF317B
RGB
CMYK
RGB Variations
Color information
#CF317B (or 0xCF317B) is known color: Deep Cerise. HEX triplet: CF, 31 and 7B. RGB value is (207,49,123). Sum of RGB (Red+Green+Blue) = 207+49+123=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF317B is #30CE84. Grayscale: #686868. Windows color (decimal): -3198597 or 8073679. OLE color: 8073679.
HSL color Cylindrical-coordinate representation of color #CF317B: hue angle of 331.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF317B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 123 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.19 |
| HSL | 331.9º | 0.62% | 0.5% | - |
| HSV(B) | 331.9º | 0.76% | 0.81% | - |
| XYZ | 30.41 | 16.89 | 20.4 | - |
| YUV | 104.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 123 | 0 | 0.76 | 0.41 | 0.19 | 331.9 | 0.62 | 0.5 |
| Hex | CF | 31 | 7B | 0 | 4C | 29 | 13 | 14C | 3E | 32 |
| Octal | 317 | 61 | 173 | 0 | 114 | 51 | 23 | 514 | 76 | 62 |
| Binary | 11001111 | 110001 | 1111011 | 0 | 1001100 | 101001 | 10011 | 101001100 | 111110 | 110010 |
Color Harmonies of #CF317B
Complementary color
Monochromatic Colors of #CF317B
Black with #CF317B
Text Example
Text Example
White with #CF317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF317B; }
p { color: rgb(207,49,123); }
H1.HeaderClassName
{
color: #CF317B;
}
.AnyTagClassName
{
color: #CF317B;
}
</style>
background-color css
<style>
a { background-color: #CF317B; }
a { background-color: rgb(207,49,123); }
div.DivClassName
{
background-color: #CF317B;
}
.BgClassName
{
background-color: #CF317B;
}
</style>
border-color css
<style>
span { border-color: #CF317B; }
span { border-color: rgb(207,49,123); }
td.TdClassName
{
border-color: #CF317B;
}
.TagClassName
{
border-color: #CF317B;
}
</style>