Shades of Deep Cerise #CF3B7B
Tints of Deep Cerise #CF3B7B
RGB
CMYK
RGB Variations
Color information
#CF3B7B (or 0xCF3B7B) is known color: Deep Cerise. HEX triplet: CF, 3B and 7B. RGB value is (207,59,123). Sum of RGB (Red+Green+Blue) = 207+59+123=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3B7B is #30C484. Grayscale: #6E6E6E. Windows color (decimal): -3196037 or 8076239. OLE color: 8076239.
HSL color Cylindrical-coordinate representation of color #CF3B7B: hue angle of 334.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3B7B is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 123 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.19 |
| HSL | 334.05º | 0.61% | 0.52% | - |
| HSV(B) | 334.05º | 0.71% | 0.81% | - |
| XYZ | 30.87 | 17.82 | 20.55 | - |
| YUV | 110.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 123 | 0 | 0.71 | 0.41 | 0.19 | 334.05 | 0.61 | 0.52 |
| Hex | CF | 3B | 7B | 0 | 47 | 29 | 13 | 14E | 3D | 34 |
| Octal | 317 | 73 | 173 | 0 | 107 | 51 | 23 | 516 | 75 | 64 |
| Binary | 11001111 | 111011 | 1111011 | 0 | 1000111 | 101001 | 10011 | 101001110 | 111101 | 110100 |
Color Harmonies of #CF3B7B
Complementary color
Monochromatic Colors of #CF3B7B
Black with #CF3B7B
Text Example
Text Example
White with #CF3B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3B7B; }
p { color: rgb(207,59,123); }
H1.HeaderClassName
{
color: #CF3B7B;
}
.AnyTagClassName
{
color: #CF3B7B;
}
</style>
background-color css
<style>
a { background-color: #CF3B7B; }
a { background-color: rgb(207,59,123); }
div.DivClassName
{
background-color: #CF3B7B;
}
.BgClassName
{
background-color: #CF3B7B;
}
</style>
border-color css
<style>
span { border-color: #CF3B7B; }
span { border-color: rgb(207,59,123); }
td.TdClassName
{
border-color: #CF3B7B;
}
.TagClassName
{
border-color: #CF3B7B;
}
</style>