Shades of Deep Cerise #CF3093
Tints of Deep Cerise #CF3093
RGB
CMYK
RGB Variations
Color information
#CF3093 (or 0xCF3093) is known color: Deep Cerise. HEX triplet: CF, 30 and 93. RGB value is (207,48,147). Sum of RGB (Red+Green+Blue) = 207+48+147=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3093 is #30CF6C. Grayscale: #6A6A6A. Windows color (decimal): -3198829 or 9646287. OLE color: 9646287.
HSL color Cylindrical-coordinate representation of color #CF3093: hue angle of 322.64º 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 #CF3093 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 147 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.19 |
| HSL | 322.64º | 0.62% | 0.5% | - |
| HSV(B) | 322.64º | 0.77% | 0.81% | - |
| XYZ | 32.06 | 17.49 | 29.29 | - |
| YUV | 106.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 147 | 0 | 0.77 | 0.29 | 0.19 | 322.64 | 0.62 | 0.5 |
| Hex | CF | 30 | 93 | 0 | 4D | 1D | 13 | 143 | 3E | 32 |
| Octal | 317 | 60 | 223 | 0 | 115 | 35 | 23 | 503 | 76 | 62 |
| Binary | 11001111 | 110000 | 10010011 | 0 | 1001101 | 11101 | 10011 | 101000011 | 111110 | 110010 |
Color Harmonies of #CF3093
Complementary color
Monochromatic Colors of #CF3093
Black with #CF3093
Text Example
Text Example
White with #CF3093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3093; }
p { color: rgb(207,48,147); }
H1.HeaderClassName
{
color: #CF3093;
}
.AnyTagClassName
{
color: #CF3093;
}
</style>
background-color css
<style>
a { background-color: #CF3093; }
a { background-color: rgb(207,48,147); }
div.DivClassName
{
background-color: #CF3093;
}
.BgClassName
{
background-color: #CF3093;
}
</style>
border-color css
<style>
span { border-color: #CF3093; }
span { border-color: rgb(207,48,147); }
td.TdClassName
{
border-color: #CF3093;
}
.TagClassName
{
border-color: #CF3093;
}
</style>