Shades of Fuchsia #CD40BD
Tints of Fuchsia #CD40BD
RGB
CMYK
RGB Variations
Color information
#CD40BD (or 0xCD40BD) is known color: Fuchsia. HEX triplet: CD, 40 and BD. RGB value is (205,64,189). Sum of RGB (Red+Green+Blue) = 205+64+189=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD40BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40BD is #32BF42. Grayscale: #787878. Windows color (decimal): -3325763 or 12402893. OLE color: 12402893.
HSL color Cylindrical-coordinate representation of color #CD40BD: hue angle of 306.81º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD40BD is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 189 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.20 |
| HSL | 306.81º | 0.59% | 0.53% | - |
| HSV(B) | 306.81º | 0.69% | 0.8% | - |
| XYZ | 36.2 | 20.32 | 50.16 | - |
| YUV | 120.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 189 | 0 | 0.69 | 0.08 | 0.20 | 306.81 | 0.59 | 0.53 |
| Hex | CD | 40 | BD | 0 | 45 | 8 | 14 | 133 | 3B | 35 |
| Octal | 315 | 100 | 275 | 0 | 105 | 10 | 24 | 463 | 73 | 65 |
| Binary | 11001101 | 1000000 | 10111101 | 0 | 1000101 | 1000 | 10100 | 100110011 | 111011 | 110101 |
Color Harmonies of #CD40BD
Complementary color
Monochromatic Colors of #CD40BD
Black with #CD40BD
Text Example
Text Example
White with #CD40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD40BD; }
p { color: rgb(205,64,189); }
H1.HeaderClassName
{
color: #CD40BD;
}
.AnyTagClassName
{
color: #CD40BD;
}
</style>
background-color css
<style>
a { background-color: #CD40BD; }
a { background-color: rgb(205,64,189); }
div.DivClassName
{
background-color: #CD40BD;
}
.BgClassName
{
background-color: #CD40BD;
}
</style>
border-color css
<style>
span { border-color: #CD40BD; }
span { border-color: rgb(205,64,189); }
td.TdClassName
{
border-color: #CD40BD;
}
.TagClassName
{
border-color: #CD40BD;
}
</style>