Shades of Deep Cerise #CD367B
Tints of Deep Cerise #CD367B
RGB
CMYK
RGB Variations
Color information
#CD367B (or 0xCD367B) is known color: Deep Cerise. HEX triplet: CD, 36 and 7B. RGB value is (205,54,123). Sum of RGB (Red+Green+Blue) = 205+54+123=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD367B is #32C984. Grayscale: #6A6A6A. Windows color (decimal): -3328389 or 8074957. OLE color: 8074957.
HSL color Cylindrical-coordinate representation of color #CD367B: hue angle of 332.58º 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 #CD367B is Cyan = 0, Magento = 0.74, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 123 | - |
| CMYK | 0 | 0.74 | 0.4 | 0.20 |
| HSL | 332.58º | 0.6% | 0.51% | - |
| HSV(B) | 332.58º | 0.74% | 0.8% | - |
| XYZ | 30.07 | 17.05 | 20.44 | - |
| YUV | 107.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 123 | 0 | 0.74 | 0.4 | 0.20 | 332.58 | 0.6 | 0.51 |
| Hex | CD | 36 | 7B | 0 | 4A | 28 | 14 | 14D | 3C | 33 |
| Octal | 315 | 66 | 173 | 0 | 112 | 50 | 24 | 515 | 74 | 63 |
| Binary | 11001101 | 110110 | 1111011 | 0 | 1001010 | 101000 | 10100 | 101001101 | 111100 | 110011 |
Color Harmonies of #CD367B
Complementary color
Monochromatic Colors of #CD367B
Black with #CD367B
Text Example
Text Example
White with #CD367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD367B; }
p { color: rgb(205,54,123); }
H1.HeaderClassName
{
color: #CD367B;
}
.AnyTagClassName
{
color: #CD367B;
}
</style>
background-color css
<style>
a { background-color: #CD367B; }
a { background-color: rgb(205,54,123); }
div.DivClassName
{
background-color: #CD367B;
}
.BgClassName
{
background-color: #CD367B;
}
</style>
border-color css
<style>
span { border-color: #CD367B; }
span { border-color: rgb(205,54,123); }
td.TdClassName
{
border-color: #CD367B;
}
.TagClassName
{
border-color: #CD367B;
}
</style>