Shades of Deep Cerise #CD368A
Tints of Deep Cerise #CD368A
RGB
CMYK
RGB Variations
Color information
#CD368A (or 0xCD368A) is known color: Deep Cerise. HEX triplet: CD, 36 and 8A. RGB value is (205,54,138). Sum of RGB (Red+Green+Blue) = 205+54+138=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD368A is #32C975. Grayscale: #6C6C6C. Windows color (decimal): -3328374 or 9057997. OLE color: 9057997.
HSL color Cylindrical-coordinate representation of color #CD368A: hue angle of 326.62º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD368A is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 138 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.20 |
| HSL | 326.62º | 0.6% | 0.51% | - |
| HSV(B) | 326.62º | 0.74% | 0.8% | - |
| XYZ | 31.08 | 17.45 | 25.78 | - |
| YUV | 108.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 138 | 0 | 0.74 | 0.33 | 0.20 | 326.62 | 0.6 | 0.51 |
| Hex | CD | 36 | 8A | 0 | 4A | 21 | 14 | 147 | 3C | 33 |
| Octal | 315 | 66 | 212 | 0 | 112 | 41 | 24 | 507 | 74 | 63 |
| Binary | 11001101 | 110110 | 10001010 | 0 | 1001010 | 100001 | 10100 | 101000111 | 111100 | 110011 |
Color Harmonies of #CD368A
Complementary color
Monochromatic Colors of #CD368A
Black with #CD368A
Text Example
Text Example
White with #CD368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD368A; }
p { color: rgb(205,54,138); }
H1.HeaderClassName
{
color: #CD368A;
}
.AnyTagClassName
{
color: #CD368A;
}
</style>
background-color css
<style>
a { background-color: #CD368A; }
a { background-color: rgb(205,54,138); }
div.DivClassName
{
background-color: #CD368A;
}
.BgClassName
{
background-color: #CD368A;
}
</style>
border-color css
<style>
span { border-color: #CD368A; }
span { border-color: rgb(205,54,138); }
td.TdClassName
{
border-color: #CD368A;
}
.TagClassName
{
border-color: #CD368A;
}
</style>