Shades of Deep Cerise #CD348C
Tints of Deep Cerise #CD348C
RGB
CMYK
RGB Variations
Color information
#CD348C (or 0xCD348C) is known color: Deep Cerise. HEX triplet: CD, 34 and 8C. RGB value is (205,52,140). Sum of RGB (Red+Green+Blue) = 205+52+140=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD348C is #32CB73. Grayscale: #6B6B6B. Windows color (decimal): -3328884 or 9188557. OLE color: 9188557.
HSL color Cylindrical-coordinate representation of color #CD348C: hue angle of 325.49º 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 #CD348C is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 140 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.20 |
| HSL | 325.49º | 0.6% | 0.5% | - |
| HSV(B) | 325.49º | 0.75% | 0.8% | - |
| XYZ | 31.14 | 17.33 | 26.51 | - |
| YUV | 107.78 | 146.19 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 140 | 0 | 0.75 | 0.32 | 0.20 | 325.49 | 0.6 | 0.5 |
| Hex | CD | 34 | 8C | 0 | 4B | 20 | 14 | 145 | 3C | 32 |
| Octal | 315 | 64 | 214 | 0 | 113 | 40 | 24 | 505 | 74 | 62 |
| Binary | 11001101 | 110100 | 10001100 | 0 | 1001011 | 100000 | 10100 | 101000101 | 111100 | 110010 |
Color Harmonies of #CD348C
Complementary color
Monochromatic Colors of #CD348C
Black with #CD348C
Text Example
Text Example
White with #CD348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD348C; }
p { color: rgb(205,52,140); }
H1.HeaderClassName
{
color: #CD348C;
}
.AnyTagClassName
{
color: #CD348C;
}
</style>
background-color css
<style>
a { background-color: #CD348C; }
a { background-color: rgb(205,52,140); }
div.DivClassName
{
background-color: #CD348C;
}
.BgClassName
{
background-color: #CD348C;
}
</style>
border-color css
<style>
span { border-color: #CD348C; }
span { border-color: rgb(205,52,140); }
td.TdClassName
{
border-color: #CD348C;
}
.TagClassName
{
border-color: #CD348C;
}
</style>