Shades of Deep Cerise #CC2D9A
Tints of Deep Cerise #CC2D9A
RGB
CMYK
RGB Variations
Color information
#CC2D9A (or 0xCC2D9A) is known color: Deep Cerise. HEX triplet: CC, 2D and 9A. RGB value is (204,45,154). Sum of RGB (Red+Green+Blue) = 204+45+154=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2D9A is #33D265. Grayscale: #686868. Windows color (decimal): -3396198 or 10104268. OLE color: 10104268.
HSL color Cylindrical-coordinate representation of color #CC2D9A: hue angle of 318.87º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D9A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 45 | 154 | - |
CMYK | 0 | 0.78 | 0.25 | 0.2 |
HSL | 318.87º | 0.64% | 0.49% | - |
HSV(B) | 318.87º | 0.78% | 0.8% | - |
XYZ | 31.67 | 17.05 | 32.19 | - |
YUV | 104.97 | 155.68 | 198.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 45 | 154 | 0 | 0.78 | 0.25 | 0.2 | 318.87 | 0.64 | 0.49 |
Hex | CC | 2D | 9A | 0 | 4E | 19 | 14 | 13F | 40 | 31 |
Octal | 314 | 55 | 232 | 0 | 116 | 31 | 24 | 477 | 100 | 61 |
Binary | 11001100 | 101101 | 10011010 | 0 | 1001110 | 11001 | 10100 | 100111111 | 1000000 | 110001 |
Color Harmonies of #CC2D9A
Complementary color
Monochromatic Colors of #CC2D9A
Black with #CC2D9A
Text Example
Text Example
White with #CC2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D9A; }
p { color: rgb(204,45,154); }
H1.HeaderClassName
{
color: #CC2D9A;
}
.AnyTagClassName
{
color: #CC2D9A;
}
</style>
background-color css
<style>
a { background-color: #CC2D9A; }
a { background-color: rgb(204,45,154); }
div.DivClassName
{
background-color: #CC2D9A;
}
.BgClassName
{
background-color: #CC2D9A;
}
</style>
border-color css
<style>
span { border-color: #CC2D9A; }
span { border-color: rgb(204,45,154); }
td.TdClassName
{
border-color: #CC2D9A;
}
.TagClassName
{
border-color: #CC2D9A;
}
</style>