Shades of Deep Cerise #CF277B
Tints of Deep Cerise #CF277B
RGB
CMYK
RGB Variations
Color information
#CF277B (or 0xCF277B) is known color: Deep Cerise. HEX triplet: CF, 27 and 7B. RGB value is (207,39,123). Sum of RGB (Red+Green+Blue) = 207+39+123=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF277B is #30D884. Grayscale: #626262. Windows color (decimal): -3201157 or 8071119. OLE color: 8071119.
HSL color Cylindrical-coordinate representation of color #CF277B: hue angle of 330º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF277B is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 123 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.19 |
| HSL | 330º | 0.68% | 0.48% | - |
| HSV(B) | 330º | 0.81% | 0.81% | - |
| XYZ | 30.03 | 16.15 | 20.27 | - |
| YUV | 98.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 123 | 0 | 0.81 | 0.41 | 0.19 | 330 | 0.68 | 0.48 |
| Hex | CF | 27 | 7B | 0 | 51 | 29 | 13 | 14A | 44 | 30 |
| Octal | 317 | 47 | 173 | 0 | 121 | 51 | 23 | 512 | 104 | 60 |
| Binary | 11001111 | 100111 | 1111011 | 0 | 1010001 | 101001 | 10011 | 101001010 | 1000100 | 110000 |
Color Harmonies of #CF277B
Complementary color
Monochromatic Colors of #CF277B
Black with #CF277B
Text Example
Text Example
White with #CF277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF277B; }
p { color: rgb(207,39,123); }
H1.HeaderClassName
{
color: #CF277B;
}
.AnyTagClassName
{
color: #CF277B;
}
</style>
background-color css
<style>
a { background-color: #CF277B; }
a { background-color: rgb(207,39,123); }
div.DivClassName
{
background-color: #CF277B;
}
.BgClassName
{
background-color: #CF277B;
}
</style>
border-color css
<style>
span { border-color: #CF277B; }
span { border-color: rgb(207,39,123); }
td.TdClassName
{
border-color: #CF277B;
}
.TagClassName
{
border-color: #CF277B;
}
</style>