Shades of Deep Cerise #CD307B
Tints of Deep Cerise #CD307B
RGB
CMYK
RGB Variations
Color information
#CD307B (or 0xCD307B) is known color: Deep Cerise. HEX triplet: CD, 30 and 7B. RGB value is (205,48,123). Sum of RGB (Red+Green+Blue) = 205+48+123=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD307B is #32CF84. Grayscale: #676767. Windows color (decimal): -3329925 or 8073421. OLE color: 8073421.
HSL color Cylindrical-coordinate representation of color #CD307B: hue angle of 331.34º 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 #CD307B is Cyan = 0, Magento = 0.77, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 123 | - |
| CMYK | 0 | 0.77 | 0.4 | 0.20 |
| HSL | 331.34º | 0.62% | 0.5% | - |
| HSV(B) | 331.34º | 0.77% | 0.8% | - |
| XYZ | 29.81 | 16.52 | 20.36 | - |
| YUV | 103.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 123 | 0 | 0.77 | 0.4 | 0.20 | 331.34 | 0.62 | 0.5 |
| Hex | CD | 30 | 7B | 0 | 4D | 28 | 14 | 14B | 3E | 32 |
| Octal | 315 | 60 | 173 | 0 | 115 | 50 | 24 | 513 | 76 | 62 |
| Binary | 11001101 | 110000 | 1111011 | 0 | 1001101 | 101000 | 10100 | 101001011 | 111110 | 110010 |
Color Harmonies of #CD307B
Complementary color
Monochromatic Colors of #CD307B
Black with #CD307B
Text Example
Text Example
White with #CD307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD307B; }
p { color: rgb(205,48,123); }
H1.HeaderClassName
{
color: #CD307B;
}
.AnyTagClassName
{
color: #CD307B;
}
</style>
background-color css
<style>
a { background-color: #CD307B; }
a { background-color: rgb(205,48,123); }
div.DivClassName
{
background-color: #CD307B;
}
.BgClassName
{
background-color: #CD307B;
}
</style>
border-color css
<style>
span { border-color: #CD307B; }
span { border-color: rgb(205,48,123); }
td.TdClassName
{
border-color: #CD307B;
}
.TagClassName
{
border-color: #CD307B;
}
</style>