Shades of Deep Cerise #CC267A
Tints of Deep Cerise #CC267A
RGB
CMYK
RGB Variations
Color information
#CC267A (or 0xCC267A) is known color: Deep Cerise. HEX triplet: CC, 26 and 7A. RGB value is (204,38,122). Sum of RGB (Red+Green+Blue) = 204+38+122=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC267A is #33D985. Grayscale: #616161. Windows color (decimal): -3398022 or 8005324. OLE color: 8005324.
HSL color Cylindrical-coordinate representation of color #CC267A: hue angle of 329.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC267A is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 122 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.2 |
| HSL | 329.64º | 0.69% | 0.47% | - |
| HSV(B) | 329.64º | 0.81% | 0.8% | - |
| XYZ | 29.11 | 15.63 | 19.89 | - |
| YUV | 97.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 122 | 0 | 0.81 | 0.40 | 0.2 | 329.64 | 0.69 | 0.47 |
| Hex | CC | 26 | 7A | 0 | 51 | 28 | 14 | 14A | 45 | 2F |
| Octal | 314 | 46 | 172 | 0 | 121 | 50 | 24 | 512 | 105 | 57 |
| Binary | 11001100 | 100110 | 1111010 | 0 | 1010001 | 101000 | 10100 | 101001010 | 1000101 | 101111 |
Color Harmonies of #CC267A
Complementary color
Monochromatic Colors of #CC267A
Black with #CC267A
Text Example
Text Example
White with #CC267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC267A; }
p { color: rgb(204,38,122); }
H1.HeaderClassName
{
color: #CC267A;
}
.AnyTagClassName
{
color: #CC267A;
}
</style>
background-color css
<style>
a { background-color: #CC267A; }
a { background-color: rgb(204,38,122); }
div.DivClassName
{
background-color: #CC267A;
}
.BgClassName
{
background-color: #CC267A;
}
</style>
border-color css
<style>
span { border-color: #CC267A; }
span { border-color: rgb(204,38,122); }
td.TdClassName
{
border-color: #CC267A;
}
.TagClassName
{
border-color: #CC267A;
}
</style>