Shades of Deep Cerise #CD377A
Tints of Deep Cerise #CD377A
RGB
CMYK
RGB Variations
Color information
#CD377A (or 0xCD377A) is known color: Deep Cerise. HEX triplet: CD, 37 and 7A. RGB value is (205,55,122). Sum of RGB (Red+Green+Blue) = 205+55+122=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD377A is #32C885. Grayscale: #6B6B6B. Windows color (decimal): -3328134 or 8009677. OLE color: 8009677.
HSL color Cylindrical-coordinate representation of color #CD377A: hue angle of 333.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD377A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 122 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.20 |
| HSL | 333.2º | 0.6% | 0.51% | - |
| HSV(B) | 333.2º | 0.73% | 0.8% | - |
| XYZ | 30.06 | 17.12 | 20.13 | - |
| YUV | 107.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 122 | 0 | 0.73 | 0.40 | 0.20 | 333.2 | 0.6 | 0.51 |
| Hex | CD | 37 | 7A | 0 | 49 | 28 | 14 | 14D | 3C | 33 |
| Octal | 315 | 67 | 172 | 0 | 111 | 50 | 24 | 515 | 74 | 63 |
| Binary | 11001101 | 110111 | 1111010 | 0 | 1001001 | 101000 | 10100 | 101001101 | 111100 | 110011 |
Color Harmonies of #CD377A
Complementary color
Monochromatic Colors of #CD377A
Black with #CD377A
Text Example
Text Example
White with #CD377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD377A; }
p { color: rgb(205,55,122); }
H1.HeaderClassName
{
color: #CD377A;
}
.AnyTagClassName
{
color: #CD377A;
}
</style>
background-color css
<style>
a { background-color: #CD377A; }
a { background-color: rgb(205,55,122); }
div.DivClassName
{
background-color: #CD377A;
}
.BgClassName
{
background-color: #CD377A;
}
</style>
border-color css
<style>
span { border-color: #CD377A; }
span { border-color: rgb(205,55,122); }
td.TdClassName
{
border-color: #CD377A;
}
.TagClassName
{
border-color: #CD377A;
}
</style>