Shades of Deep Cerise #CD338A
Tints of Deep Cerise #CD338A
RGB
CMYK
RGB Variations
Color information
#CD338A (or 0xCD338A) is known color: Deep Cerise. HEX triplet: CD, 33 and 8A. RGB value is (205,51,138). Sum of RGB (Red+Green+Blue) = 205+51+138=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD338A is #32CC75. Grayscale: #6A6A6A. Windows color (decimal): -3329142 or 9057229. OLE color: 9057229.
HSL color Cylindrical-coordinate representation of color #CD338A: hue angle of 326.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD338A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 138 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.20 |
| HSL | 326.1º | 0.61% | 0.5% | - |
| HSV(B) | 326.1º | 0.75% | 0.8% | - |
| XYZ | 30.95 | 17.18 | 25.73 | - |
| YUV | 106.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 138 | 0 | 0.75 | 0.33 | 0.20 | 326.1 | 0.61 | 0.5 |
| Hex | CD | 33 | 8A | 0 | 4B | 21 | 14 | 146 | 3D | 32 |
| Octal | 315 | 63 | 212 | 0 | 113 | 41 | 24 | 506 | 75 | 62 |
| Binary | 11001101 | 110011 | 10001010 | 0 | 1001011 | 100001 | 10100 | 101000110 | 111101 | 110010 |
Color Harmonies of #CD338A
Complementary color
Monochromatic Colors of #CD338A
Black with #CD338A
Text Example
Text Example
White with #CD338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD338A; }
p { color: rgb(205,51,138); }
H1.HeaderClassName
{
color: #CD338A;
}
.AnyTagClassName
{
color: #CD338A;
}
</style>
background-color css
<style>
a { background-color: #CD338A; }
a { background-color: rgb(205,51,138); }
div.DivClassName
{
background-color: #CD338A;
}
.BgClassName
{
background-color: #CD338A;
}
</style>
border-color css
<style>
span { border-color: #CD338A; }
span { border-color: rgb(205,51,138); }
td.TdClassName
{
border-color: #CD338A;
}
.TagClassName
{
border-color: #CD338A;
}
</style>