Shades of Deep Cerise #CB2677
Tints of Deep Cerise #CB2677
RGB
CMYK
RGB Variations
Color information
#CB2677 (or 0xCB2677) is known color: Deep Cerise. HEX triplet: CB, 26 and 77. RGB value is (203,38,119). Sum of RGB (Red+Green+Blue) = 203+38+119=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2677 is #34D988. Grayscale: #606060. Windows color (decimal): -3463561 or 7808715. OLE color: 7808715.
HSL color Cylindrical-coordinate representation of color #CB2677: hue angle of 330.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2677 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 119 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.20 |
| HSL | 330.55º | 0.68% | 0.47% | - |
| HSV(B) | 330.55º | 0.81% | 0.8% | - |
| XYZ | 28.65 | 15.41 | 18.92 | - |
| YUV | 96.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 119 | 0 | 0.81 | 0.41 | 0.20 | 330.55 | 0.68 | 0.47 |
| Hex | CB | 26 | 77 | 0 | 51 | 29 | 14 | 14B | 44 | 2F |
| Octal | 313 | 46 | 167 | 0 | 121 | 51 | 24 | 513 | 104 | 57 |
| Binary | 11001011 | 100110 | 1110111 | 0 | 1010001 | 101001 | 10100 | 101001011 | 1000100 | 101111 |
Color Harmonies of #CB2677
Complementary color
Monochromatic Colors of #CB2677
Black with #CB2677
Text Example
Text Example
White with #CB2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2677; }
p { color: rgb(203,38,119); }
H1.HeaderClassName
{
color: #CB2677;
}
.AnyTagClassName
{
color: #CB2677;
}
</style>
background-color css
<style>
a { background-color: #CB2677; }
a { background-color: rgb(203,38,119); }
div.DivClassName
{
background-color: #CB2677;
}
.BgClassName
{
background-color: #CB2677;
}
</style>
border-color css
<style>
span { border-color: #CB2677; }
span { border-color: rgb(203,38,119); }
td.TdClassName
{
border-color: #CB2677;
}
.TagClassName
{
border-color: #CB2677;
}
</style>