Shades of Deep Cerise #CD387A
Tints of Deep Cerise #CD387A
RGB
CMYK
RGB Variations
Color information
#CD387A (or 0xCD387A) is known color: Deep Cerise. HEX triplet: CD, 38 and 7A. RGB value is (205,56,122). Sum of RGB (Red+Green+Blue) = 205+56+122=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD387A is #32C785. Grayscale: #6B6B6B. Windows color (decimal): -3327878 or 8009933. OLE color: 8009933.
HSL color Cylindrical-coordinate representation of color #CD387A: hue angle of 333.42º 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 #CD387A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 122 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.20 |
| HSL | 333.42º | 0.6% | 0.51% | - |
| HSV(B) | 333.42º | 0.73% | 0.8% | - |
| XYZ | 30.1 | 17.21 | 20.15 | - |
| YUV | 108.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 122 | 0 | 0.73 | 0.40 | 0.20 | 333.42 | 0.6 | 0.51 |
| Hex | CD | 38 | 7A | 0 | 49 | 28 | 14 | 14D | 3C | 33 |
| Octal | 315 | 70 | 172 | 0 | 111 | 50 | 24 | 515 | 74 | 63 |
| Binary | 11001101 | 111000 | 1111010 | 0 | 1001001 | 101000 | 10100 | 101001101 | 111100 | 110011 |
Color Harmonies of #CD387A
Complementary color
Monochromatic Colors of #CD387A
Black with #CD387A
Text Example
Text Example
White with #CD387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD387A; }
p { color: rgb(205,56,122); }
H1.HeaderClassName
{
color: #CD387A;
}
.AnyTagClassName
{
color: #CD387A;
}
</style>
background-color css
<style>
a { background-color: #CD387A; }
a { background-color: rgb(205,56,122); }
div.DivClassName
{
background-color: #CD387A;
}
.BgClassName
{
background-color: #CD387A;
}
</style>
border-color css
<style>
span { border-color: #CD387A; }
span { border-color: rgb(205,56,122); }
td.TdClassName
{
border-color: #CD387A;
}
.TagClassName
{
border-color: #CD387A;
}
</style>