Shades of Deep Cerise #CB3682
Tints of Deep Cerise #CB3682
RGB
CMYK
RGB Variations
Color information
#CB3682 (or 0xCB3682) is known color: Deep Cerise. HEX triplet: CB, 36 and 82. RGB value is (203,54,130). Sum of RGB (Red+Green+Blue) = 203+54+130=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3682 is #34C97D. Grayscale: #6B6B6B. Windows color (decimal): -3459454 or 8533707. OLE color: 8533707.
HSL color Cylindrical-coordinate representation of color #CB3682: hue angle of 329.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3682 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 130 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.20 |
| HSL | 329.4º | 0.59% | 0.5% | - |
| HSV(B) | 329.4º | 0.73% | 0.8% | - |
| XYZ | 29.98 | 16.95 | 22.81 | - |
| YUV | 107.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 130 | 0 | 0.73 | 0.36 | 0.20 | 329.4 | 0.59 | 0.5 |
| Hex | CB | 36 | 82 | 0 | 49 | 24 | 14 | 149 | 3B | 32 |
| Octal | 313 | 66 | 202 | 0 | 111 | 44 | 24 | 511 | 73 | 62 |
| Binary | 11001011 | 110110 | 10000010 | 0 | 1001001 | 100100 | 10100 | 101001001 | 111011 | 110010 |
Color Harmonies of #CB3682
Complementary color
Monochromatic Colors of #CB3682
Black with #CB3682
Text Example
Text Example
White with #CB3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3682; }
p { color: rgb(203,54,130); }
H1.HeaderClassName
{
color: #CB3682;
}
.AnyTagClassName
{
color: #CB3682;
}
</style>
background-color css
<style>
a { background-color: #CB3682; }
a { background-color: rgb(203,54,130); }
div.DivClassName
{
background-color: #CB3682;
}
.BgClassName
{
background-color: #CB3682;
}
</style>
border-color css
<style>
span { border-color: #CB3682; }
span { border-color: rgb(203,54,130); }
td.TdClassName
{
border-color: #CB3682;
}
.TagClassName
{
border-color: #CB3682;
}
</style>