Shades of Deep Cerise #CF307F
Tints of Deep Cerise #CF307F
RGB
CMYK
RGB Variations
Color information
#CF307F (or 0xCF307F) is known color: Deep Cerise. HEX triplet: CF, 30 and 7F. RGB value is (207,48,127). Sum of RGB (Red+Green+Blue) = 207+48+127=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF307F is #30CF80. Grayscale: #686868. Windows color (decimal): -3198849 or 8335567. OLE color: 8335567.
HSL color Cylindrical-coordinate representation of color #CF307F: hue angle of 330.19º 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 #CF307F is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 127 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.19 |
| HSL | 330.19º | 0.62% | 0.5% | - |
| HSV(B) | 330.19º | 0.77% | 0.81% | - |
| XYZ | 30.62 | 16.91 | 21.73 | - |
| YUV | 104.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 127 | 0 | 0.77 | 0.39 | 0.19 | 330.19 | 0.62 | 0.5 |
| Hex | CF | 30 | 7F | 0 | 4D | 27 | 13 | 14A | 3E | 32 |
| Octal | 317 | 60 | 177 | 0 | 115 | 47 | 23 | 512 | 76 | 62 |
| Binary | 11001111 | 110000 | 1111111 | 0 | 1001101 | 100111 | 10011 | 101001010 | 111110 | 110010 |
Color Harmonies of #CF307F
Complementary color
Monochromatic Colors of #CF307F
Black with #CF307F
Text Example
Text Example
White with #CF307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF307F; }
p { color: rgb(207,48,127); }
H1.HeaderClassName
{
color: #CF307F;
}
.AnyTagClassName
{
color: #CF307F;
}
</style>
background-color css
<style>
a { background-color: #CF307F; }
a { background-color: rgb(207,48,127); }
div.DivClassName
{
background-color: #CF307F;
}
.BgClassName
{
background-color: #CF307F;
}
</style>
border-color css
<style>
span { border-color: #CF307F; }
span { border-color: rgb(207,48,127); }
td.TdClassName
{
border-color: #CF307F;
}
.TagClassName
{
border-color: #CF307F;
}
</style>