Shades of Deep Cerise #CD348A
Tints of Deep Cerise #CD348A
RGB
CMYK
RGB Variations
Color information
#CD348A (or 0xCD348A) is known color: Deep Cerise. HEX triplet: CD, 34 and 8A. RGB value is (205,52,138). Sum of RGB (Red+Green+Blue) = 205+52+138=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD348A is #32CB75. Grayscale: #6B6B6B. Windows color (decimal): -3328886 or 9057485. OLE color: 9057485.
HSL color Cylindrical-coordinate representation of color #CD348A: hue angle of 326.27º degrees, saturation: 0.6, 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 #CD348A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 138 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.20 |
| HSL | 326.27º | 0.6% | 0.5% | - |
| HSV(B) | 326.27º | 0.75% | 0.8% | - |
| XYZ | 30.99 | 17.27 | 25.74 | - |
| YUV | 107.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 138 | 0 | 0.75 | 0.33 | 0.20 | 326.27 | 0.6 | 0.5 |
| Hex | CD | 34 | 8A | 0 | 4B | 21 | 14 | 146 | 3C | 32 |
| Octal | 315 | 64 | 212 | 0 | 113 | 41 | 24 | 506 | 74 | 62 |
| Binary | 11001101 | 110100 | 10001010 | 0 | 1001011 | 100001 | 10100 | 101000110 | 111100 | 110010 |
Color Harmonies of #CD348A
Complementary color
Monochromatic Colors of #CD348A
Black with #CD348A
Text Example
Text Example
White with #CD348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD348A; }
p { color: rgb(205,52,138); }
H1.HeaderClassName
{
color: #CD348A;
}
.AnyTagClassName
{
color: #CD348A;
}
</style>
background-color css
<style>
a { background-color: #CD348A; }
a { background-color: rgb(205,52,138); }
div.DivClassName
{
background-color: #CD348A;
}
.BgClassName
{
background-color: #CD348A;
}
</style>
border-color css
<style>
span { border-color: #CD348A; }
span { border-color: rgb(205,52,138); }
td.TdClassName
{
border-color: #CD348A;
}
.TagClassName
{
border-color: #CD348A;
}
</style>