Shades of Deep Cerise #CC3283
Tints of Deep Cerise #CC3283
RGB
CMYK
RGB Variations
Color information
#CC3283 (or 0xCC3283) is known color: Deep Cerise. HEX triplet: CC, 32 and 83. RGB value is (204,50,131). Sum of RGB (Red+Green+Blue) = 204+50+131=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3283 is #33CD7C. Grayscale: #696969. Windows color (decimal): -3394941 or 8598220. OLE color: 8598220.
HSL color Cylindrical-coordinate representation of color #CC3283: hue angle of 328.44º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3283 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 131 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.2 |
| HSL | 328.44º | 0.61% | 0.5% | - |
| HSV(B) | 328.44º | 0.75% | 0.8% | - |
| XYZ | 30.14 | 16.76 | 23.12 | - |
| YUV | 105.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 131 | 0 | 0.75 | 0.36 | 0.2 | 328.44 | 0.61 | 0.5 |
| Hex | CC | 32 | 83 | 0 | 4B | 24 | 14 | 148 | 3D | 32 |
| Octal | 314 | 62 | 203 | 0 | 113 | 44 | 24 | 510 | 75 | 62 |
| Binary | 11001100 | 110010 | 10000011 | 0 | 1001011 | 100100 | 10100 | 101001000 | 111101 | 110010 |
Color Harmonies of #CC3283
Complementary color
Monochromatic Colors of #CC3283
Black with #CC3283
Text Example
Text Example
White with #CC3283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3283; }
p { color: rgb(204,50,131); }
H1.HeaderClassName
{
color: #CC3283;
}
.AnyTagClassName
{
color: #CC3283;
}
</style>
background-color css
<style>
a { background-color: #CC3283; }
a { background-color: rgb(204,50,131); }
div.DivClassName
{
background-color: #CC3283;
}
.BgClassName
{
background-color: #CC3283;
}
</style>
border-color css
<style>
span { border-color: #CC3283; }
span { border-color: rgb(204,50,131); }
td.TdClassName
{
border-color: #CC3283;
}
.TagClassName
{
border-color: #CC3283;
}
</style>