Shades of Deep Cerise #CC317A
Tints of Deep Cerise #CC317A
RGB
CMYK
RGB Variations
Color information
#CC317A (or 0xCC317A) is known color: Deep Cerise. HEX triplet: CC, 31 and 7A. RGB value is (204,49,122). Sum of RGB (Red+Green+Blue) = 204+49+122=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC317A is #33CE85. Grayscale: #676767. Windows color (decimal): -3395206 or 8008140. OLE color: 8008140.
HSL color Cylindrical-coordinate representation of color #CC317A: hue angle of 331.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC317A is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 122 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.2 |
| HSL | 331.74º | 0.61% | 0.5% | - |
| HSV(B) | 331.74º | 0.76% | 0.8% | - |
| XYZ | 29.51 | 16.44 | 20.03 | - |
| YUV | 103.67 | 138.35 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 122 | 0 | 0.76 | 0.40 | 0.2 | 331.74 | 0.61 | 0.5 |
| Hex | CC | 31 | 7A | 0 | 4C | 28 | 14 | 14C | 3D | 32 |
| Octal | 314 | 61 | 172 | 0 | 114 | 50 | 24 | 514 | 75 | 62 |
| Binary | 11001100 | 110001 | 1111010 | 0 | 1001100 | 101000 | 10100 | 101001100 | 111101 | 110010 |
Color Harmonies of #CC317A
Complementary color
Monochromatic Colors of #CC317A
Black with #CC317A
Text Example
Text Example
White with #CC317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC317A; }
p { color: rgb(204,49,122); }
H1.HeaderClassName
{
color: #CC317A;
}
.AnyTagClassName
{
color: #CC317A;
}
</style>
background-color css
<style>
a { background-color: #CC317A; }
a { background-color: rgb(204,49,122); }
div.DivClassName
{
background-color: #CC317A;
}
.BgClassName
{
background-color: #CC317A;
}
</style>
border-color css
<style>
span { border-color: #CC317A; }
span { border-color: rgb(204,49,122); }
td.TdClassName
{
border-color: #CC317A;
}
.TagClassName
{
border-color: #CC317A;
}
</style>