Shades of Fuchsia #CD4ACE
Tints of Fuchsia #CD4ACE
RGB
CMYK
RGB Variations
Color information
#CD4ACE (or 0xCD4ACE) is known color: Fuchsia. HEX triplet: CD, 4A and CE. RGB value is (205,74,206). Sum of RGB (Red+Green+Blue) = 205+74+206=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4ACE is #32B531. Grayscale: #7F7F7F. Windows color (decimal): -3323186 or 13519565. OLE color: 13519565.
HSL color Cylindrical-coordinate representation of color #CD4ACE: hue angle of 299.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4ACE is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 74 | 206 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.19 |
| HSL | 299.55º | 0.57% | 0.55% | - |
| HSV(B) | 299.55º | 0.64% | 0.81% | - |
| XYZ | 38.77 | 22.33 | 60.66 | - |
| YUV | 128.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 206 | 0.00 | 0.64 | 0 | 0.19 | 299.55 | 0.57 | 0.55 |
| Hex | CD | 4A | CE | 0 | 40 | 0 | 13 | 12C | 39 | 37 |
| Octal | 315 | 112 | 316 | 0 | 100 | 0 | 23 | 454 | 71 | 67 |
| Binary | 11001101 | 1001010 | 11001110 | 0 | 1000000 | 0 | 10011 | 100101100 | 111001 | 110111 |
Color Harmonies of #CD4ACE
Complementary color
Monochromatic Colors of #CD4ACE
Black with #CD4ACE
Text Example
Text Example
White with #CD4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4ACE; }
p { color: rgb(205,74,206); }
H1.HeaderClassName
{
color: #CD4ACE;
}
.AnyTagClassName
{
color: #CD4ACE;
}
</style>
background-color css
<style>
a { background-color: #CD4ACE; }
a { background-color: rgb(205,74,206); }
div.DivClassName
{
background-color: #CD4ACE;
}
.BgClassName
{
background-color: #CD4ACE;
}
</style>
border-color css
<style>
span { border-color: #CD4ACE; }
span { border-color: rgb(205,74,206); }
td.TdClassName
{
border-color: #CD4ACE;
}
.TagClassName
{
border-color: #CD4ACE;
}
</style>