Shades of Deep Cerise #CD3681
Tints of Deep Cerise #CD3681
RGB
CMYK
RGB Variations
Color information
#CD3681 (or 0xCD3681) is known color: Deep Cerise. HEX triplet: CD, 36 and 81. RGB value is (205,54,129). Sum of RGB (Red+Green+Blue) = 205+54+129=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3681 is #32C97E. Grayscale: #6B6B6B. Windows color (decimal): -3328383 or 8468173. OLE color: 8468173.
HSL color Cylindrical-coordinate representation of color #CD3681: hue angle of 330.2º 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 #CD3681 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 129 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.20 |
| HSL | 330.2º | 0.6% | 0.51% | - |
| HSV(B) | 330.2º | 0.74% | 0.8% | - |
| XYZ | 30.46 | 17.2 | 22.48 | - |
| YUV | 107.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 129 | 0 | 0.74 | 0.37 | 0.20 | 330.2 | 0.6 | 0.51 |
| Hex | CD | 36 | 81 | 0 | 4A | 25 | 14 | 14A | 3C | 33 |
| Octal | 315 | 66 | 201 | 0 | 112 | 45 | 24 | 512 | 74 | 63 |
| Binary | 11001101 | 110110 | 10000001 | 0 | 1001010 | 100101 | 10100 | 101001010 | 111100 | 110011 |
Color Harmonies of #CD3681
Complementary color
Monochromatic Colors of #CD3681
Black with #CD3681
Text Example
Text Example
White with #CD3681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3681; }
p { color: rgb(205,54,129); }
H1.HeaderClassName
{
color: #CD3681;
}
.AnyTagClassName
{
color: #CD3681;
}
</style>
background-color css
<style>
a { background-color: #CD3681; }
a { background-color: rgb(205,54,129); }
div.DivClassName
{
background-color: #CD3681;
}
.BgClassName
{
background-color: #CD3681;
}
</style>
border-color css
<style>
span { border-color: #CD3681; }
span { border-color: rgb(205,54,129); }
td.TdClassName
{
border-color: #CD3681;
}
.TagClassName
{
border-color: #CD3681;
}
</style>