Shades of Deep Cerise #CF327D
Tints of Deep Cerise #CF327D
RGB
CMYK
RGB Variations
Color information
#CF327D (or 0xCF327D) is known color: Deep Cerise. HEX triplet: CF, 32 and 7D. RGB value is (207,50,125). Sum of RGB (Red+Green+Blue) = 207+50+125=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF327D is #30CD82. Grayscale: #696969. Windows color (decimal): -3198339 or 8205007. OLE color: 8205007.
HSL color Cylindrical-coordinate representation of color #CF327D: hue angle of 331.34º 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 #CF327D is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 125 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.19 |
| HSL | 331.34º | 0.62% | 0.5% | - |
| HSV(B) | 331.34º | 0.76% | 0.81% | - |
| XYZ | 30.57 | 17.03 | 21.08 | - |
| YUV | 105.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 125 | 0 | 0.76 | 0.40 | 0.19 | 331.34 | 0.62 | 0.5 |
| Hex | CF | 32 | 7D | 0 | 4C | 28 | 13 | 14B | 3E | 32 |
| Octal | 317 | 62 | 175 | 0 | 114 | 50 | 23 | 513 | 76 | 62 |
| Binary | 11001111 | 110010 | 1111101 | 0 | 1001100 | 101000 | 10011 | 101001011 | 111110 | 110010 |
Color Harmonies of #CF327D
Complementary color
Monochromatic Colors of #CF327D
Black with #CF327D
Text Example
Text Example
White with #CF327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF327D; }
p { color: rgb(207,50,125); }
H1.HeaderClassName
{
color: #CF327D;
}
.AnyTagClassName
{
color: #CF327D;
}
</style>
background-color css
<style>
a { background-color: #CF327D; }
a { background-color: rgb(207,50,125); }
div.DivClassName
{
background-color: #CF327D;
}
.BgClassName
{
background-color: #CF327D;
}
</style>
border-color css
<style>
span { border-color: #CF327D; }
span { border-color: rgb(207,50,125); }
td.TdClassName
{
border-color: #CF327D;
}
.TagClassName
{
border-color: #CF327D;
}
</style>