Shades of Deep Cerise #CC267B
Tints of Deep Cerise #CC267B
RGB
CMYK
RGB Variations
Color information
#CC267B (or 0xCC267B) is known color: Deep Cerise. HEX triplet: CC, 26 and 7B. RGB value is (204,38,123). Sum of RGB (Red+Green+Blue) = 204+38+123=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC267B is #33D984. Grayscale: #616161. Windows color (decimal): -3398021 or 8070860. OLE color: 8070860.
HSL color Cylindrical-coordinate representation of color #CC267B: hue angle of 329.28º 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 #CC267B is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 123 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.2 |
| HSL | 329.28º | 0.69% | 0.47% | - |
| HSV(B) | 329.28º | 0.81% | 0.8% | - |
| XYZ | 29.17 | 15.65 | 20.22 | - |
| YUV | 97.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 123 | 0 | 0.81 | 0.40 | 0.2 | 329.28 | 0.69 | 0.47 |
| Hex | CC | 26 | 7B | 0 | 51 | 28 | 14 | 149 | 45 | 2F |
| Octal | 314 | 46 | 173 | 0 | 121 | 50 | 24 | 511 | 105 | 57 |
| Binary | 11001100 | 100110 | 1111011 | 0 | 1010001 | 101000 | 10100 | 101001001 | 1000101 | 101111 |
Color Harmonies of #CC267B
Complementary color
Monochromatic Colors of #CC267B
Black with #CC267B
Text Example
Text Example
White with #CC267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC267B; }
p { color: rgb(204,38,123); }
H1.HeaderClassName
{
color: #CC267B;
}
.AnyTagClassName
{
color: #CC267B;
}
</style>
background-color css
<style>
a { background-color: #CC267B; }
a { background-color: rgb(204,38,123); }
div.DivClassName
{
background-color: #CC267B;
}
.BgClassName
{
background-color: #CC267B;
}
</style>
border-color css
<style>
span { border-color: #CC267B; }
span { border-color: rgb(204,38,123); }
td.TdClassName
{
border-color: #CC267B;
}
.TagClassName
{
border-color: #CC267B;
}
</style>