Shades of Fuchsia #CD4DB5
Tints of Fuchsia #CD4DB5
RGB
CMYK
RGB Variations
Color information
#CD4DB5 (or 0xCD4DB5) is known color: Fuchsia. HEX triplet: CD, 4D and B5. RGB value is (205,77,181). Sum of RGB (Red+Green+Blue) = 205+77+181=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DB5 is #32B24A. Grayscale: #7E7E7E. Windows color (decimal): -3322443 or 11881933. OLE color: 11881933.
HSL color Cylindrical-coordinate representation of color #CD4DB5: hue angle of 311.25º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4DB5 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 181 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.20 |
| HSL | 311.25º | 0.56% | 0.55% | - |
| HSV(B) | 311.25º | 0.62% | 0.8% | - |
| XYZ | 36.17 | 21.62 | 45.98 | - |
| YUV | 127.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 181 | 0 | 0.62 | 0.12 | 0.20 | 311.25 | 0.56 | 0.55 |
| Hex | CD | 4D | B5 | 0 | 3E | C | 14 | 137 | 38 | 37 |
| Octal | 315 | 115 | 265 | 0 | 76 | 14 | 24 | 467 | 70 | 67 |
| Binary | 11001101 | 1001101 | 10110101 | 0 | 111110 | 1100 | 10100 | 100110111 | 111000 | 110111 |
Color Harmonies of #CD4DB5
Complementary color
Monochromatic Colors of #CD4DB5
Black with #CD4DB5
Text Example
Text Example
White with #CD4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4DB5; }
p { color: rgb(205,77,181); }
H1.HeaderClassName
{
color: #CD4DB5;
}
.AnyTagClassName
{
color: #CD4DB5;
}
</style>
background-color css
<style>
a { background-color: #CD4DB5; }
a { background-color: rgb(205,77,181); }
div.DivClassName
{
background-color: #CD4DB5;
}
.BgClassName
{
background-color: #CD4DB5;
}
</style>
border-color css
<style>
span { border-color: #CD4DB5; }
span { border-color: rgb(205,77,181); }
td.TdClassName
{
border-color: #CD4DB5;
}
.TagClassName
{
border-color: #CD4DB5;
}
</style>