Shades of Deep Cerise #CF3478
Tints of Deep Cerise #CF3478
RGB
CMYK
RGB Variations
Color information
#CF3478 (or 0xCF3478) is known color: Deep Cerise. HEX triplet: CF, 34 and 78. RGB value is (207,52,120). Sum of RGB (Red+Green+Blue) = 207+52+120=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3478 is #30CB87. Grayscale: #696969. Windows color (decimal): -3197832 or 7877839. OLE color: 7877839.
HSL color Cylindrical-coordinate representation of color #CF3478: hue angle of 333.68º 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 #CF3478 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 120 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.19 |
| HSL | 333.68º | 0.62% | 0.51% | - |
| HSV(B) | 333.68º | 0.75% | 0.81% | - |
| XYZ | 30.35 | 17.08 | 19.47 | - |
| YUV | 106.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 120 | 0 | 0.75 | 0.42 | 0.19 | 333.68 | 0.62 | 0.51 |
| Hex | CF | 34 | 78 | 0 | 4B | 2A | 13 | 14E | 3E | 33 |
| Octal | 317 | 64 | 170 | 0 | 113 | 52 | 23 | 516 | 76 | 63 |
| Binary | 11001111 | 110100 | 1111000 | 0 | 1001011 | 101010 | 10011 | 101001110 | 111110 | 110011 |
Color Harmonies of #CF3478
Complementary color
Monochromatic Colors of #CF3478
Black with #CF3478
Text Example
Text Example
White with #CF3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3478; }
p { color: rgb(207,52,120); }
H1.HeaderClassName
{
color: #CF3478;
}
.AnyTagClassName
{
color: #CF3478;
}
</style>
background-color css
<style>
a { background-color: #CF3478; }
a { background-color: rgb(207,52,120); }
div.DivClassName
{
background-color: #CF3478;
}
.BgClassName
{
background-color: #CF3478;
}
</style>
border-color css
<style>
span { border-color: #CF3478; }
span { border-color: rgb(207,52,120); }
td.TdClassName
{
border-color: #CF3478;
}
.TagClassName
{
border-color: #CF3478;
}
</style>