Shades of Deep Cerise #CF3483
Tints of Deep Cerise #CF3483
RGB
CMYK
RGB Variations
Color information
#CF3483 (or 0xCF3483) is known color: Deep Cerise. HEX triplet: CF, 34 and 83. RGB value is (207,52,131). Sum of RGB (Red+Green+Blue) = 207+52+131=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3483 is #30CB7C. Grayscale: #6B6B6B. Windows color (decimal): -3197821 or 8598735. OLE color: 8598735.
HSL color Cylindrical-coordinate representation of color #CF3483: hue angle of 329.42º 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 #CF3483 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 131 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.19 |
| HSL | 329.42º | 0.62% | 0.51% | - |
| HSV(B) | 329.42º | 0.75% | 0.81% | - |
| XYZ | 31.06 | 17.36 | 23.19 | - |
| YUV | 107.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 131 | 0 | 0.75 | 0.37 | 0.19 | 329.42 | 0.62 | 0.51 |
| Hex | CF | 34 | 83 | 0 | 4B | 25 | 13 | 149 | 3E | 33 |
| Octal | 317 | 64 | 203 | 0 | 113 | 45 | 23 | 511 | 76 | 63 |
| Binary | 11001111 | 110100 | 10000011 | 0 | 1001011 | 100101 | 10011 | 101001001 | 111110 | 110011 |
Color Harmonies of #CF3483
Complementary color
Monochromatic Colors of #CF3483
Black with #CF3483
Text Example
Text Example
White with #CF3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3483; }
p { color: rgb(207,52,131); }
H1.HeaderClassName
{
color: #CF3483;
}
.AnyTagClassName
{
color: #CF3483;
}
</style>
background-color css
<style>
a { background-color: #CF3483; }
a { background-color: rgb(207,52,131); }
div.DivClassName
{
background-color: #CF3483;
}
.BgClassName
{
background-color: #CF3483;
}
</style>
border-color css
<style>
span { border-color: #CF3483; }
span { border-color: rgb(207,52,131); }
td.TdClassName
{
border-color: #CF3483;
}
.TagClassName
{
border-color: #CF3483;
}
</style>