Shades of Deep Cerise #CD367C
Tints of Deep Cerise #CD367C
RGB
CMYK
RGB Variations
Color information
#CD367C (or 0xCD367C) is known color: Deep Cerise. HEX triplet: CD, 36 and 7C. RGB value is (205,54,124). Sum of RGB (Red+Green+Blue) = 205+54+124=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD367C is #32C983. Grayscale: #6B6B6B. Windows color (decimal): -3328388 or 8140493. OLE color: 8140493.
HSL color Cylindrical-coordinate representation of color #CD367C: hue angle of 332.19º 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 #CD367C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 124 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.20 |
| HSL | 332.19º | 0.6% | 0.51% | - |
| HSV(B) | 332.19º | 0.74% | 0.8% | - |
| XYZ | 30.13 | 17.07 | 20.78 | - |
| YUV | 107.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 124 | 0 | 0.74 | 0.40 | 0.20 | 332.19 | 0.6 | 0.51 |
| Hex | CD | 36 | 7C | 0 | 4A | 28 | 14 | 14C | 3C | 33 |
| Octal | 315 | 66 | 174 | 0 | 112 | 50 | 24 | 514 | 74 | 63 |
| Binary | 11001101 | 110110 | 1111100 | 0 | 1001010 | 101000 | 10100 | 101001100 | 111100 | 110011 |
Color Harmonies of #CD367C
Complementary color
Monochromatic Colors of #CD367C
Black with #CD367C
Text Example
Text Example
White with #CD367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD367C; }
p { color: rgb(205,54,124); }
H1.HeaderClassName
{
color: #CD367C;
}
.AnyTagClassName
{
color: #CD367C;
}
</style>
background-color css
<style>
a { background-color: #CD367C; }
a { background-color: rgb(205,54,124); }
div.DivClassName
{
background-color: #CD367C;
}
.BgClassName
{
background-color: #CD367C;
}
</style>
border-color css
<style>
span { border-color: #CD367C; }
span { border-color: rgb(205,54,124); }
td.TdClassName
{
border-color: #CD367C;
}
.TagClassName
{
border-color: #CD367C;
}
</style>