Shades of Fuchsia #CD4DAC
Tints of Fuchsia #CD4DAC
RGB
CMYK
RGB Variations
Color information
#CD4DAC (or 0xCD4DAC) is known color: Fuchsia. HEX triplet: CD, 4D and AC. RGB value is (205,77,172). Sum of RGB (Red+Green+Blue) = 205+77+172=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4DAC is #32B253. Grayscale: #7D7D7D. Windows color (decimal): -3322452 or 11292109. OLE color: 11292109.
HSL color Cylindrical-coordinate representation of color #CD4DAC: hue angle of 315.47º 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 #CD4DAC is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 172 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.20 |
| HSL | 315.47º | 0.56% | 0.55% | - |
| HSV(B) | 315.47º | 0.62% | 0.8% | - |
| XYZ | 35.28 | 21.27 | 41.28 | - |
| YUV | 126.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 172 | 0 | 0.62 | 0.16 | 0.20 | 315.47 | 0.56 | 0.55 |
| Hex | CD | 4D | AC | 0 | 3E | 10 | 14 | 13B | 38 | 37 |
| Octal | 315 | 115 | 254 | 0 | 76 | 20 | 24 | 473 | 70 | 67 |
| Binary | 11001101 | 1001101 | 10101100 | 0 | 111110 | 10000 | 10100 | 100111011 | 111000 | 110111 |
Color Harmonies of #CD4DAC
Complementary color
Monochromatic Colors of #CD4DAC
Black with #CD4DAC
Text Example
Text Example
White with #CD4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4DAC; }
p { color: rgb(205,77,172); }
H1.HeaderClassName
{
color: #CD4DAC;
}
.AnyTagClassName
{
color: #CD4DAC;
}
</style>
background-color css
<style>
a { background-color: #CD4DAC; }
a { background-color: rgb(205,77,172); }
div.DivClassName
{
background-color: #CD4DAC;
}
.BgClassName
{
background-color: #CD4DAC;
}
</style>
border-color css
<style>
span { border-color: #CD4DAC; }
span { border-color: rgb(205,77,172); }
td.TdClassName
{
border-color: #CD4DAC;
}
.TagClassName
{
border-color: #CD4DAC;
}
</style>