Shades of Deep Cerise #CD3280
Tints of Deep Cerise #CD3280
RGB
CMYK
RGB Variations
Color information
#CD3280 (or 0xCD3280) is known color: Deep Cerise. HEX triplet: CD, 32 and 80. RGB value is (205,50,128). Sum of RGB (Red+Green+Blue) = 205+50+128=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3280 is #32CD7F. Grayscale: #696969. Windows color (decimal): -3329408 or 8401613. OLE color: 8401613.
HSL color Cylindrical-coordinate representation of color #CD3280: hue angle of 329.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3280 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 50 | 128 | - |
CMYK | 0 | 0.76 | 0.38 | 0.20 |
HSL | 329.81º | 0.61% | 0.5% | - |
HSV(B) | 329.81º | 0.76% | 0.8% | - |
XYZ | 30.21 | 16.82 | 22.08 | - |
YUV | 105.24 | 140.85 | 199.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 50 | 128 | 0 | 0.76 | 0.38 | 0.20 | 329.81 | 0.61 | 0.5 |
Hex | CD | 32 | 80 | 0 | 4C | 26 | 14 | 14A | 3D | 32 |
Octal | 315 | 62 | 200 | 0 | 114 | 46 | 24 | 512 | 75 | 62 |
Binary | 11001101 | 110010 | 10000000 | 0 | 1001100 | 100110 | 10100 | 101001010 | 111101 | 110010 |
Color Harmonies of #CD3280
Complementary color
Monochromatic Colors of #CD3280
Black with #CD3280
Text Example
Text Example
White with #CD3280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3280; }
p { color: rgb(205,50,128); }
H1.HeaderClassName
{
color: #CD3280;
}
.AnyTagClassName
{
color: #CD3280;
}
</style>
background-color css
<style>
a { background-color: #CD3280; }
a { background-color: rgb(205,50,128); }
div.DivClassName
{
background-color: #CD3280;
}
.BgClassName
{
background-color: #CD3280;
}
</style>
border-color css
<style>
span { border-color: #CD3280; }
span { border-color: rgb(205,50,128); }
td.TdClassName
{
border-color: #CD3280;
}
.TagClassName
{
border-color: #CD3280;
}
</style>