Shades of Deep Cerise #CB3484
Tints of Deep Cerise #CB3484
RGB
CMYK
RGB Variations
Color information
#CB3484 (or 0xCB3484) is known color: Deep Cerise. HEX triplet: CB, 34 and 84. RGB value is (203,52,132). Sum of RGB (Red+Green+Blue) = 203+52+132=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3484 is #34CB7B. Grayscale: #6A6A6A. Windows color (decimal): -3459964 or 8664267. OLE color: 8664267.
HSL color Cylindrical-coordinate representation of color #CB3484: hue angle of 328.21º 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 #CB3484 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 132 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.20 |
| HSL | 328.21º | 0.59% | 0.5% | - |
| HSV(B) | 328.21º | 0.74% | 0.8% | - |
| XYZ | 30.02 | 16.82 | 23.49 | - |
| YUV | 106.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 132 | 0 | 0.74 | 0.35 | 0.20 | 328.21 | 0.59 | 0.5 |
| Hex | CB | 34 | 84 | 0 | 4A | 23 | 14 | 148 | 3B | 32 |
| Octal | 313 | 64 | 204 | 0 | 112 | 43 | 24 | 510 | 73 | 62 |
| Binary | 11001011 | 110100 | 10000100 | 0 | 1001010 | 100011 | 10100 | 101001000 | 111011 | 110010 |
Color Harmonies of #CB3484
Complementary color
Monochromatic Colors of #CB3484
Black with #CB3484
Text Example
Text Example
White with #CB3484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3484; }
p { color: rgb(203,52,132); }
H1.HeaderClassName
{
color: #CB3484;
}
.AnyTagClassName
{
color: #CB3484;
}
</style>
background-color css
<style>
a { background-color: #CB3484; }
a { background-color: rgb(203,52,132); }
div.DivClassName
{
background-color: #CB3484;
}
.BgClassName
{
background-color: #CB3484;
}
</style>
border-color css
<style>
span { border-color: #CB3484; }
span { border-color: rgb(203,52,132); }
td.TdClassName
{
border-color: #CB3484;
}
.TagClassName
{
border-color: #CB3484;
}
</style>