Shades of Fuchsia #CD4DB2
Tints of Fuchsia #CD4DB2
RGB
CMYK
RGB Variations
Color information
#CD4DB2 (or 0xCD4DB2) is known color: Fuchsia. HEX triplet: CD, 4D and B2. RGB value is (205,77,178). Sum of RGB (Red+Green+Blue) = 205+77+178=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4DB2 is #32B24D. Grayscale: #7E7E7E. Windows color (decimal): -3322446 or 11685325. OLE color: 11685325.
HSL color Cylindrical-coordinate representation of color #CD4DB2: hue angle of 312.66º 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 #CD4DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 178 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.20 |
| HSL | 312.66º | 0.56% | 0.55% | - |
| HSV(B) | 312.66º | 0.62% | 0.8% | - |
| XYZ | 35.87 | 21.5 | 44.38 | - |
| YUV | 126.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 178 | 0 | 0.62 | 0.13 | 0.20 | 312.66 | 0.56 | 0.55 |
| Hex | CD | 4D | B2 | 0 | 3E | D | 14 | 139 | 38 | 37 |
| Octal | 315 | 115 | 262 | 0 | 76 | 15 | 24 | 471 | 70 | 67 |
| Binary | 11001101 | 1001101 | 10110010 | 0 | 111110 | 1101 | 10100 | 100111001 | 111000 | 110111 |
Color Harmonies of #CD4DB2
Complementary color
Monochromatic Colors of #CD4DB2
Black with #CD4DB2
Text Example
Text Example
White with #CD4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4DB2; }
p { color: rgb(205,77,178); }
H1.HeaderClassName
{
color: #CD4DB2;
}
.AnyTagClassName
{
color: #CD4DB2;
}
</style>
background-color css
<style>
a { background-color: #CD4DB2; }
a { background-color: rgb(205,77,178); }
div.DivClassName
{
background-color: #CD4DB2;
}
.BgClassName
{
background-color: #CD4DB2;
}
</style>
border-color css
<style>
span { border-color: #CD4DB2; }
span { border-color: rgb(205,77,178); }
td.TdClassName
{
border-color: #CD4DB2;
}
.TagClassName
{
border-color: #CD4DB2;
}
</style>