Shades of Deep Cerise #CF3380
Tints of Deep Cerise #CF3380
RGB
CMYK
RGB Variations
Color information
#CF3380 (or 0xCF3380) is known color: Deep Cerise. HEX triplet: CF, 33 and 80. RGB value is (207,51,128). Sum of RGB (Red+Green+Blue) = 207+51+128=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3380 is #30CC7F. Grayscale: #6A6A6A. Windows color (decimal): -3198080 or 8401871. OLE color: 8401871.
HSL color Cylindrical-coordinate representation of color #CF3380: hue angle of 330.38º 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 #CF3380 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 128 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.19 |
| HSL | 330.38º | 0.62% | 0.51% | - |
| HSV(B) | 330.38º | 0.75% | 0.81% | - |
| XYZ | 30.81 | 17.19 | 22.12 | - |
| YUV | 106.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 128 | 0 | 0.75 | 0.38 | 0.19 | 330.38 | 0.62 | 0.51 |
| Hex | CF | 33 | 80 | 0 | 4B | 26 | 13 | 14A | 3E | 33 |
| Octal | 317 | 63 | 200 | 0 | 113 | 46 | 23 | 512 | 76 | 63 |
| Binary | 11001111 | 110011 | 10000000 | 0 | 1001011 | 100110 | 10011 | 101001010 | 111110 | 110011 |
Color Harmonies of #CF3380
Complementary color
Monochromatic Colors of #CF3380
Black with #CF3380
Text Example
Text Example
White with #CF3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3380; }
p { color: rgb(207,51,128); }
H1.HeaderClassName
{
color: #CF3380;
}
.AnyTagClassName
{
color: #CF3380;
}
</style>
background-color css
<style>
a { background-color: #CF3380; }
a { background-color: rgb(207,51,128); }
div.DivClassName
{
background-color: #CF3380;
}
.BgClassName
{
background-color: #CF3380;
}
</style>
border-color css
<style>
span { border-color: #CF3380; }
span { border-color: rgb(207,51,128); }
td.TdClassName
{
border-color: #CF3380;
}
.TagClassName
{
border-color: #CF3380;
}
</style>