Shades of Cerise #CD305D
Tints of Cerise #CD305D
RGB
CMYK
RGB Variations
Color information
#CD305D (or 0xCD305D) is known color: Cerise. HEX triplet: CD, 30 and 5D. RGB value is (205,48,93). Sum of RGB (Red+Green+Blue) = 205+48+93=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD305D is #32CFA2. Grayscale: #646464. Windows color (decimal): -3329955 or 6107341. OLE color: 6107341.
HSL color Cylindrical-coordinate representation of color #CD305D: hue angle of 342.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD305D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 93 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.20 |
| HSL | 342.8º | 0.62% | 0.5% | - |
| HSV(B) | 342.8º | 0.77% | 0.8% | - |
| XYZ | 28.21 | 15.88 | 11.93 | - |
| YUV | 100.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 93 | 0 | 0.77 | 0.55 | 0.20 | 342.8 | 0.62 | 0.5 |
| Hex | CD | 30 | 5D | 0 | 4D | 37 | 14 | 157 | 3E | 32 |
| Octal | 315 | 60 | 135 | 0 | 115 | 67 | 24 | 527 | 76 | 62 |
| Binary | 11001101 | 110000 | 1011101 | 0 | 1001101 | 110111 | 10100 | 101010111 | 111110 | 110010 |
Color Harmonies of #CD305D
Complementary color
Monochromatic Colors of #CD305D
Black with #CD305D
Text Example
Text Example
White with #CD305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD305D; }
p { color: rgb(205,48,93); }
H1.HeaderClassName
{
color: #CD305D;
}
.AnyTagClassName
{
color: #CD305D;
}
</style>
background-color css
<style>
a { background-color: #CD305D; }
a { background-color: rgb(205,48,93); }
div.DivClassName
{
background-color: #CD305D;
}
.BgClassName
{
background-color: #CD305D;
}
</style>
border-color css
<style>
span { border-color: #CD305D; }
span { border-color: rgb(205,48,93); }
td.TdClassName
{
border-color: #CD305D;
}
.TagClassName
{
border-color: #CD305D;
}
</style>