Shades of Deep Cerise #CF337C
Tints of Deep Cerise #CF337C
RGB
CMYK
RGB Variations
Color information
#CF337C (or 0xCF337C) is known color: Deep Cerise. HEX triplet: CF, 33 and 7C. RGB value is (207,51,124). Sum of RGB (Red+Green+Blue) = 207+51+124=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF337C is #30CC83. Grayscale: #696969. Windows color (decimal): -3198084 or 8139727. OLE color: 8139727.
HSL color Cylindrical-coordinate representation of color #CF337C: hue angle of 331.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF337C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 124 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.19 |
| HSL | 331.92º | 0.62% | 0.51% | - |
| HSV(B) | 331.92º | 0.75% | 0.81% | - |
| XYZ | 30.55 | 17.09 | 20.76 | - |
| YUV | 105.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 124 | 0 | 0.75 | 0.40 | 0.19 | 331.92 | 0.62 | 0.51 |
| Hex | CF | 33 | 7C | 0 | 4B | 28 | 13 | 14C | 3E | 33 |
| Octal | 317 | 63 | 174 | 0 | 113 | 50 | 23 | 514 | 76 | 63 |
| Binary | 11001111 | 110011 | 1111100 | 0 | 1001011 | 101000 | 10011 | 101001100 | 111110 | 110011 |
Color Harmonies of #CF337C
Complementary color
Monochromatic Colors of #CF337C
Black with #CF337C
Text Example
Text Example
White with #CF337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF337C; }
p { color: rgb(207,51,124); }
H1.HeaderClassName
{
color: #CF337C;
}
.AnyTagClassName
{
color: #CF337C;
}
</style>
background-color css
<style>
a { background-color: #CF337C; }
a { background-color: rgb(207,51,124); }
div.DivClassName
{
background-color: #CF337C;
}
.BgClassName
{
background-color: #CF337C;
}
</style>
border-color css
<style>
span { border-color: #CF337C; }
span { border-color: rgb(207,51,124); }
td.TdClassName
{
border-color: #CF337C;
}
.TagClassName
{
border-color: #CF337C;
}
</style>