Shades of Deep Cerise #CC3175
Tints of Deep Cerise #CC3175
RGB
CMYK
RGB Variations
Color information
#CC3175 (or 0xCC3175) is known color: Deep Cerise. HEX triplet: CC, 31 and 75. RGB value is (204,49,117). Sum of RGB (Red+Green+Blue) = 204+49+117=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3175 is #33CE8A. Grayscale: #666666. Windows color (decimal): -3395211 or 7680460. OLE color: 7680460.
HSL color Cylindrical-coordinate representation of color #CC3175: hue angle of 333.68º 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 #CC3175 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 117 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.2 |
| HSL | 333.68º | 0.61% | 0.5% | - |
| HSV(B) | 333.68º | 0.76% | 0.8% | - |
| XYZ | 29.21 | 16.32 | 18.44 | - |
| YUV | 103.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 117 | 0 | 0.76 | 0.43 | 0.2 | 333.68 | 0.61 | 0.5 |
| Hex | CC | 31 | 75 | 0 | 4C | 2B | 14 | 14E | 3D | 32 |
| Octal | 314 | 61 | 165 | 0 | 114 | 53 | 24 | 516 | 75 | 62 |
| Binary | 11001100 | 110001 | 1110101 | 0 | 1001100 | 101011 | 10100 | 101001110 | 111101 | 110010 |
Color Harmonies of #CC3175
Complementary color
Monochromatic Colors of #CC3175
Black with #CC3175
Text Example
Text Example
White with #CC3175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3175; }
p { color: rgb(204,49,117); }
H1.HeaderClassName
{
color: #CC3175;
}
.AnyTagClassName
{
color: #CC3175;
}
</style>
background-color css
<style>
a { background-color: #CC3175; }
a { background-color: rgb(204,49,117); }
div.DivClassName
{
background-color: #CC3175;
}
.BgClassName
{
background-color: #CC3175;
}
</style>
border-color css
<style>
span { border-color: #CC3175; }
span { border-color: rgb(204,49,117); }
td.TdClassName
{
border-color: #CC3175;
}
.TagClassName
{
border-color: #CC3175;
}
</style>