Shades of Deep Cerise #CF3382
Tints of Deep Cerise #CF3382
RGB
CMYK
RGB Variations
Color information
#CF3382 (or 0xCF3382) is known color: Deep Cerise. HEX triplet: CF, 33 and 82. RGB value is (207,51,130). Sum of RGB (Red+Green+Blue) = 207+51+130=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3382 is #30CC7D. Grayscale: #6A6A6A. Windows color (decimal): -3198078 or 8532943. OLE color: 8532943.
HSL color Cylindrical-coordinate representation of color #CF3382: hue angle of 329.62º 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 #CF3382 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 130 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.19 |
| HSL | 329.62º | 0.62% | 0.51% | - |
| HSV(B) | 329.62º | 0.75% | 0.81% | - |
| XYZ | 30.95 | 17.24 | 22.82 | - |
| YUV | 106.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 130 | 0 | 0.75 | 0.37 | 0.19 | 329.62 | 0.62 | 0.51 |
| Hex | CF | 33 | 82 | 0 | 4B | 25 | 13 | 14A | 3E | 33 |
| Octal | 317 | 63 | 202 | 0 | 113 | 45 | 23 | 512 | 76 | 63 |
| Binary | 11001111 | 110011 | 10000010 | 0 | 1001011 | 100101 | 10011 | 101001010 | 111110 | 110011 |
Color Harmonies of #CF3382
Complementary color
Monochromatic Colors of #CF3382
Black with #CF3382
Text Example
Text Example
White with #CF3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3382; }
p { color: rgb(207,51,130); }
H1.HeaderClassName
{
color: #CF3382;
}
.AnyTagClassName
{
color: #CF3382;
}
</style>
background-color css
<style>
a { background-color: #CF3382; }
a { background-color: rgb(207,51,130); }
div.DivClassName
{
background-color: #CF3382;
}
.BgClassName
{
background-color: #CF3382;
}
</style>
border-color css
<style>
span { border-color: #CF3382; }
span { border-color: rgb(207,51,130); }
td.TdClassName
{
border-color: #CF3382;
}
.TagClassName
{
border-color: #CF3382;
}
</style>