Shades of Deep Cerise #CB2778
Tints of Deep Cerise #CB2778
RGB
CMYK
RGB Variations
Color information
#CB2778 (or 0xCB2778) is known color: Deep Cerise. HEX triplet: CB, 27 and 78. RGB value is (203,39,120). Sum of RGB (Red+Green+Blue) = 203+39+120=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2778 is #34D887. Grayscale: #616161. Windows color (decimal): -3463304 or 7874507. OLE color: 7874507.
HSL color Cylindrical-coordinate representation of color #CB2778: hue angle of 330.37º 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 #CB2778 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 120 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.20 |
| HSL | 330.37º | 0.68% | 0.47% | - |
| HSV(B) | 330.37º | 0.81% | 0.8% | - |
| XYZ | 28.74 | 15.5 | 19.25 | - |
| YUV | 97.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 120 | 0 | 0.81 | 0.41 | 0.20 | 330.37 | 0.68 | 0.47 |
| Hex | CB | 27 | 78 | 0 | 51 | 29 | 14 | 14A | 44 | 2F |
| Octal | 313 | 47 | 170 | 0 | 121 | 51 | 24 | 512 | 104 | 57 |
| Binary | 11001011 | 100111 | 1111000 | 0 | 1010001 | 101001 | 10100 | 101001010 | 1000100 | 101111 |
Color Harmonies of #CB2778
Complementary color
Monochromatic Colors of #CB2778
Black with #CB2778
Text Example
Text Example
White with #CB2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2778; }
p { color: rgb(203,39,120); }
H1.HeaderClassName
{
color: #CB2778;
}
.AnyTagClassName
{
color: #CB2778;
}
</style>
background-color css
<style>
a { background-color: #CB2778; }
a { background-color: rgb(203,39,120); }
div.DivClassName
{
background-color: #CB2778;
}
.BgClassName
{
background-color: #CB2778;
}
</style>
border-color css
<style>
span { border-color: #CB2778; }
span { border-color: rgb(203,39,120); }
td.TdClassName
{
border-color: #CB2778;
}
.TagClassName
{
border-color: #CB2778;
}
</style>