Shades of Deep Cerise #CD328A
Tints of Deep Cerise #CD328A
RGB
CMYK
RGB Variations
Color information
#CD328A (or 0xCD328A) is known color: Deep Cerise. HEX triplet: CD, 32 and 8A. RGB value is (205,50,138). Sum of RGB (Red+Green+Blue) = 205+50+138=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD328A is #32CD75. Grayscale: #6A6A6A. Windows color (decimal): -3329398 or 9056973. OLE color: 9056973.
HSL color Cylindrical-coordinate representation of color #CD328A: hue angle of 325.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD328A is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 138 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.20 |
| HSL | 325.94º | 0.61% | 0.5% | - |
| HSV(B) | 325.94º | 0.76% | 0.8% | - |
| XYZ | 30.9 | 17.1 | 25.72 | - |
| YUV | 106.38 | 145.85 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 138 | 0 | 0.76 | 0.33 | 0.20 | 325.94 | 0.61 | 0.5 |
| Hex | CD | 32 | 8A | 0 | 4C | 21 | 14 | 146 | 3D | 32 |
| Octal | 315 | 62 | 212 | 0 | 114 | 41 | 24 | 506 | 75 | 62 |
| Binary | 11001101 | 110010 | 10001010 | 0 | 1001100 | 100001 | 10100 | 101000110 | 111101 | 110010 |
Color Harmonies of #CD328A
Complementary color
Monochromatic Colors of #CD328A
Black with #CD328A
Text Example
Text Example
White with #CD328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD328A; }
p { color: rgb(205,50,138); }
H1.HeaderClassName
{
color: #CD328A;
}
.AnyTagClassName
{
color: #CD328A;
}
</style>
background-color css
<style>
a { background-color: #CD328A; }
a { background-color: rgb(205,50,138); }
div.DivClassName
{
background-color: #CD328A;
}
.BgClassName
{
background-color: #CD328A;
}
</style>
border-color css
<style>
span { border-color: #CD328A; }
span { border-color: rgb(205,50,138); }
td.TdClassName
{
border-color: #CD328A;
}
.TagClassName
{
border-color: #CD328A;
}
</style>