Shades of Fuchsia #CD41BA
Tints of Fuchsia #CD41BA
RGB
CMYK
RGB Variations
Color information
#CD41BA (or 0xCD41BA) is known color: Fuchsia. HEX triplet: CD, 41 and BA. RGB value is (205,65,186). Sum of RGB (Red+Green+Blue) = 205+65+186=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD41BA is #32BE45. Grayscale: #787878. Windows color (decimal): -3325510 or 12206541. OLE color: 12206541.
HSL color Cylindrical-coordinate representation of color #CD41BA: hue angle of 308.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD41BA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 186 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.20 |
| HSL | 308.14º | 0.58% | 0.53% | - |
| HSV(B) | 308.14º | 0.68% | 0.8% | - |
| XYZ | 35.93 | 20.3 | 48.48 | - |
| YUV | 120.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 186 | 0 | 0.68 | 0.09 | 0.20 | 308.14 | 0.58 | 0.53 |
| Hex | CD | 41 | BA | 0 | 44 | 9 | 14 | 134 | 3A | 35 |
| Octal | 315 | 101 | 272 | 0 | 104 | 11 | 24 | 464 | 72 | 65 |
| Binary | 11001101 | 1000001 | 10111010 | 0 | 1000100 | 1001 | 10100 | 100110100 | 111010 | 110101 |
Color Harmonies of #CD41BA
Complementary color
Monochromatic Colors of #CD41BA
Black with #CD41BA
Text Example
Text Example
White with #CD41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD41BA; }
p { color: rgb(205,65,186); }
H1.HeaderClassName
{
color: #CD41BA;
}
.AnyTagClassName
{
color: #CD41BA;
}
</style>
background-color css
<style>
a { background-color: #CD41BA; }
a { background-color: rgb(205,65,186); }
div.DivClassName
{
background-color: #CD41BA;
}
.BgClassName
{
background-color: #CD41BA;
}
</style>
border-color css
<style>
span { border-color: #CD41BA; }
span { border-color: rgb(205,65,186); }
td.TdClassName
{
border-color: #CD41BA;
}
.TagClassName
{
border-color: #CD41BA;
}
</style>