Shades of Deep Cerise #CD3683
Tints of Deep Cerise #CD3683
RGB
CMYK
RGB Variations
Color information
#CD3683 (or 0xCD3683) is known color: Deep Cerise. HEX triplet: CD, 36 and 83. RGB value is (205,54,131). Sum of RGB (Red+Green+Blue) = 205+54+131=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3683 is #32C97C. Grayscale: #6B6B6B. Windows color (decimal): -3328381 or 8599245. OLE color: 8599245.
HSL color Cylindrical-coordinate representation of color #CD3683: hue angle of 329.4º 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 #CD3683 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 131 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.20 |
| HSL | 329.4º | 0.6% | 0.51% | - |
| HSV(B) | 329.4º | 0.74% | 0.8% | - |
| XYZ | 30.59 | 17.26 | 23.19 | - |
| YUV | 107.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 131 | 0 | 0.74 | 0.36 | 0.20 | 329.4 | 0.6 | 0.51 |
| Hex | CD | 36 | 83 | 0 | 4A | 24 | 14 | 149 | 3C | 33 |
| Octal | 315 | 66 | 203 | 0 | 112 | 44 | 24 | 511 | 74 | 63 |
| Binary | 11001101 | 110110 | 10000011 | 0 | 1001010 | 100100 | 10100 | 101001001 | 111100 | 110011 |
Color Harmonies of #CD3683
Complementary color
Monochromatic Colors of #CD3683
Black with #CD3683
Text Example
Text Example
White with #CD3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3683; }
p { color: rgb(205,54,131); }
H1.HeaderClassName
{
color: #CD3683;
}
.AnyTagClassName
{
color: #CD3683;
}
</style>
background-color css
<style>
a { background-color: #CD3683; }
a { background-color: rgb(205,54,131); }
div.DivClassName
{
background-color: #CD3683;
}
.BgClassName
{
background-color: #CD3683;
}
</style>
border-color css
<style>
span { border-color: #CD3683; }
span { border-color: rgb(205,54,131); }
td.TdClassName
{
border-color: #CD3683;
}
.TagClassName
{
border-color: #CD3683;
}
</style>