Shades of Fuchsia #CD2EBA
Tints of Fuchsia #CD2EBA
RGB
CMYK
RGB Variations
Color information
#CD2EBA (or 0xCD2EBA) is known color: Fuchsia. HEX triplet: CD, 2E and BA. RGB value is (205,46,186). Sum of RGB (Red+Green+Blue) = 205+46+186=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2EBA is #32D145. Grayscale: #6D6D6D. Windows color (decimal): -3330374 or 12201677. OLE color: 12201677.
HSL color Cylindrical-coordinate representation of color #CD2EBA: hue angle of 307.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2EBA is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 186 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.20 |
| HSL | 307.17º | 0.63% | 0.49% | - |
| HSV(B) | 307.17º | 0.78% | 0.8% | - |
| XYZ | 35.02 | 18.48 | 48.18 | - |
| YUV | 109.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 186 | 0 | 0.78 | 0.09 | 0.20 | 307.17 | 0.63 | 0.49 |
| Hex | CD | 2E | BA | 0 | 4E | 9 | 14 | 133 | 3F | 31 |
| Octal | 315 | 56 | 272 | 0 | 116 | 11 | 24 | 463 | 77 | 61 |
| Binary | 11001101 | 101110 | 10111010 | 0 | 1001110 | 1001 | 10100 | 100110011 | 111111 | 110001 |
Color Harmonies of #CD2EBA
Complementary color
Monochromatic Colors of #CD2EBA
Black with #CD2EBA
Text Example
Text Example
White with #CD2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EBA; }
p { color: rgb(205,46,186); }
H1.HeaderClassName
{
color: #CD2EBA;
}
.AnyTagClassName
{
color: #CD2EBA;
}
</style>
background-color css
<style>
a { background-color: #CD2EBA; }
a { background-color: rgb(205,46,186); }
div.DivClassName
{
background-color: #CD2EBA;
}
.BgClassName
{
background-color: #CD2EBA;
}
</style>
border-color css
<style>
span { border-color: #CD2EBA; }
span { border-color: rgb(205,46,186); }
td.TdClassName
{
border-color: #CD2EBA;
}
.TagClassName
{
border-color: #CD2EBA;
}
</style>