Shades of Deep Cerise #CF307C
Tints of Deep Cerise #CF307C
RGB
CMYK
RGB Variations
Color information
#CF307C (or 0xCF307C) is known color: Deep Cerise. HEX triplet: CF, 30 and 7C. RGB value is (207,48,124). Sum of RGB (Red+Green+Blue) = 207+48+124=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF307C is #30CF83. Grayscale: #686868. Windows color (decimal): -3198852 or 8138959. OLE color: 8138959.
HSL color Cylindrical-coordinate representation of color #CF307C: hue angle of 331.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF307C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 124 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.19 |
| HSL | 331.32º | 0.62% | 0.5% | - |
| HSV(B) | 331.32º | 0.77% | 0.81% | - |
| XYZ | 30.43 | 16.83 | 20.71 | - |
| YUV | 104.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 124 | 0 | 0.77 | 0.40 | 0.19 | 331.32 | 0.62 | 0.5 |
| Hex | CF | 30 | 7C | 0 | 4D | 28 | 13 | 14B | 3E | 32 |
| Octal | 317 | 60 | 174 | 0 | 115 | 50 | 23 | 513 | 76 | 62 |
| Binary | 11001111 | 110000 | 1111100 | 0 | 1001101 | 101000 | 10011 | 101001011 | 111110 | 110010 |
Color Harmonies of #CF307C
Complementary color
Monochromatic Colors of #CF307C
Black with #CF307C
Text Example
Text Example
White with #CF307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF307C; }
p { color: rgb(207,48,124); }
H1.HeaderClassName
{
color: #CF307C;
}
.AnyTagClassName
{
color: #CF307C;
}
</style>
background-color css
<style>
a { background-color: #CF307C; }
a { background-color: rgb(207,48,124); }
div.DivClassName
{
background-color: #CF307C;
}
.BgClassName
{
background-color: #CF307C;
}
</style>
border-color css
<style>
span { border-color: #CF307C; }
span { border-color: rgb(207,48,124); }
td.TdClassName
{
border-color: #CF307C;
}
.TagClassName
{
border-color: #CF307C;
}
</style>