Shades of Deep Cerise #CF3481
Tints of Deep Cerise #CF3481
RGB
CMYK
RGB Variations
Color information
#CF3481 (or 0xCF3481) is known color: Deep Cerise. HEX triplet: CF, 34 and 81. RGB value is (207,52,129). Sum of RGB (Red+Green+Blue) = 207+52+129=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3481 is #30CB7E. Grayscale: #6A6A6A. Windows color (decimal): -3197823 or 8467663. OLE color: 8467663.
HSL color Cylindrical-coordinate representation of color #CF3481: hue angle of 330.19º 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 #CF3481 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 129 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.19 |
| HSL | 330.19º | 0.62% | 0.51% | - |
| HSV(B) | 330.19º | 0.75% | 0.81% | - |
| XYZ | 30.92 | 17.31 | 22.48 | - |
| YUV | 107.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 129 | 0 | 0.75 | 0.38 | 0.19 | 330.19 | 0.62 | 0.51 |
| Hex | CF | 34 | 81 | 0 | 4B | 26 | 13 | 14A | 3E | 33 |
| Octal | 317 | 64 | 201 | 0 | 113 | 46 | 23 | 512 | 76 | 63 |
| Binary | 11001111 | 110100 | 10000001 | 0 | 1001011 | 100110 | 10011 | 101001010 | 111110 | 110011 |
Color Harmonies of #CF3481
Complementary color
Monochromatic Colors of #CF3481
Black with #CF3481
Text Example
Text Example
White with #CF3481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3481; }
p { color: rgb(207,52,129); }
H1.HeaderClassName
{
color: #CF3481;
}
.AnyTagClassName
{
color: #CF3481;
}
</style>
background-color css
<style>
a { background-color: #CF3481; }
a { background-color: rgb(207,52,129); }
div.DivClassName
{
background-color: #CF3481;
}
.BgClassName
{
background-color: #CF3481;
}
</style>
border-color css
<style>
span { border-color: #CF3481; }
span { border-color: rgb(207,52,129); }
td.TdClassName
{
border-color: #CF3481;
}
.TagClassName
{
border-color: #CF3481;
}
</style>