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