Shades of Deep Cerise #CE267F
Tints of Deep Cerise #CE267F
RGB
CMYK
RGB Variations
Color information
#CE267F (or 0xCE267F) is known color: Deep Cerise. HEX triplet: CE, 26 and 7F. RGB value is (206,38,127). Sum of RGB (Red+Green+Blue) = 206+38+127=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE267F is #31D980. Grayscale: #626262. Windows color (decimal): -3266945 or 8333006. OLE color: 8333006.
HSL color Cylindrical-coordinate representation of color #CE267F: hue angle of 328.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE267F is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 127 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.19 |
| HSL | 328.21º | 0.69% | 0.48% | - |
| HSV(B) | 328.21º | 0.82% | 0.81% | - |
| XYZ | 29.98 | 16.04 | 21.59 | - |
| YUV | 98.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 127 | 0 | 0.82 | 0.38 | 0.19 | 328.21 | 0.69 | 0.48 |
| Hex | CE | 26 | 7F | 0 | 52 | 26 | 13 | 148 | 45 | 30 |
| Octal | 316 | 46 | 177 | 0 | 122 | 46 | 23 | 510 | 105 | 60 |
| Binary | 11001110 | 100110 | 1111111 | 0 | 1010010 | 100110 | 10011 | 101001000 | 1000101 | 110000 |
Color Harmonies of #CE267F
Complementary color
Monochromatic Colors of #CE267F
Black with #CE267F
Text Example
Text Example
White with #CE267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE267F; }
p { color: rgb(206,38,127); }
H1.HeaderClassName
{
color: #CE267F;
}
.AnyTagClassName
{
color: #CE267F;
}
</style>
background-color css
<style>
a { background-color: #CE267F; }
a { background-color: rgb(206,38,127); }
div.DivClassName
{
background-color: #CE267F;
}
.BgClassName
{
background-color: #CE267F;
}
</style>
border-color css
<style>
span { border-color: #CE267F; }
span { border-color: rgb(206,38,127); }
td.TdClassName
{
border-color: #CE267F;
}
.TagClassName
{
border-color: #CE267F;
}
</style>