Shades of Deep Cerise #CB3483
Tints of Deep Cerise #CB3483
RGB
CMYK
RGB Variations
Color information
#CB3483 (or 0xCB3483) is known color: Deep Cerise. HEX triplet: CB, 34 and 83. RGB value is (203,52,131). Sum of RGB (Red+Green+Blue) = 203+52+131=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3483 is #34CB7C. Grayscale: #696969. Windows color (decimal): -3459965 or 8598731. OLE color: 8598731.
HSL color Cylindrical-coordinate representation of color #CB3483: hue angle of 328.61º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3483 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 131 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.20 |
| HSL | 328.61º | 0.59% | 0.5% | - |
| HSV(B) | 328.61º | 0.74% | 0.8% | - |
| XYZ | 29.95 | 16.79 | 23.14 | - |
| YUV | 106.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 131 | 0 | 0.74 | 0.35 | 0.20 | 328.61 | 0.59 | 0.5 |
| Hex | CB | 34 | 83 | 0 | 4A | 23 | 14 | 149 | 3B | 32 |
| Octal | 313 | 64 | 203 | 0 | 112 | 43 | 24 | 511 | 73 | 62 |
| Binary | 11001011 | 110100 | 10000011 | 0 | 1001010 | 100011 | 10100 | 101001001 | 111011 | 110010 |
Color Harmonies of #CB3483
Complementary color
Monochromatic Colors of #CB3483
Black with #CB3483
Text Example
Text Example
White with #CB3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3483; }
p { color: rgb(203,52,131); }
H1.HeaderClassName
{
color: #CB3483;
}
.AnyTagClassName
{
color: #CB3483;
}
</style>
background-color css
<style>
a { background-color: #CB3483; }
a { background-color: rgb(203,52,131); }
div.DivClassName
{
background-color: #CB3483;
}
.BgClassName
{
background-color: #CB3483;
}
</style>
border-color css
<style>
span { border-color: #CB3483; }
span { border-color: rgb(203,52,131); }
td.TdClassName
{
border-color: #CB3483;
}
.TagClassName
{
border-color: #CB3483;
}
</style>