Shades of Deep Cerise #CC3375
Tints of Deep Cerise #CC3375
RGB
CMYK
RGB Variations
Color information
#CC3375 (or 0xCC3375) is known color: Deep Cerise. HEX triplet: CC, 33 and 75. RGB value is (204,51,117). Sum of RGB (Red+Green+Blue) = 204+51+117=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3375 is #33CC8A. Grayscale: #686868. Windows color (decimal): -3394699 or 7680972. OLE color: 7680972.
HSL color Cylindrical-coordinate representation of color #CC3375: hue angle of 334.12º degrees, saturation: 0.6, 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 #CC3375 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 117 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.2 |
| HSL | 334.12º | 0.6% | 0.5% | - |
| HSV(B) | 334.12º | 0.75% | 0.8% | - |
| XYZ | 29.3 | 16.49 | 18.47 | - |
| YUV | 104.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 117 | 0 | 0.75 | 0.43 | 0.2 | 334.12 | 0.6 | 0.5 |
| Hex | CC | 33 | 75 | 0 | 4B | 2B | 14 | 14E | 3C | 32 |
| Octal | 314 | 63 | 165 | 0 | 113 | 53 | 24 | 516 | 74 | 62 |
| Binary | 11001100 | 110011 | 1110101 | 0 | 1001011 | 101011 | 10100 | 101001110 | 111100 | 110010 |
Color Harmonies of #CC3375
Complementary color
Monochromatic Colors of #CC3375
Black with #CC3375
Text Example
Text Example
White with #CC3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3375; }
p { color: rgb(204,51,117); }
H1.HeaderClassName
{
color: #CC3375;
}
.AnyTagClassName
{
color: #CC3375;
}
</style>
background-color css
<style>
a { background-color: #CC3375; }
a { background-color: rgb(204,51,117); }
div.DivClassName
{
background-color: #CC3375;
}
.BgClassName
{
background-color: #CC3375;
}
</style>
border-color css
<style>
span { border-color: #CC3375; }
span { border-color: rgb(204,51,117); }
td.TdClassName
{
border-color: #CC3375;
}
.TagClassName
{
border-color: #CC3375;
}
</style>