Shades of Fuchsia #CD3DB4
Tints of Fuchsia #CD3DB4
RGB
CMYK
RGB Variations
Color information
#CD3DB4 (or 0xCD3DB4) is known color: Fuchsia. HEX triplet: CD, 3D and B4. RGB value is (205,61,180). Sum of RGB (Red+Green+Blue) = 205+61+180=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3DB4 is #32C24B. Grayscale: #757575. Windows color (decimal): -3326540 or 11812301. OLE color: 11812301.
HSL color Cylindrical-coordinate representation of color #CD3DB4: hue angle of 310.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3DB4 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 61 | 180 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.20 |
| HSL | 310.42º | 0.59% | 0.52% | - |
| HSV(B) | 310.42º | 0.7% | 0.8% | - |
| XYZ | 35.08 | 19.61 | 45.12 | - |
| YUV | 117.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 61 | 180 | 0 | 0.70 | 0.12 | 0.20 | 310.42 | 0.59 | 0.52 |
| Hex | CD | 3D | B4 | 0 | 46 | C | 14 | 136 | 3B | 34 |
| Octal | 315 | 75 | 264 | 0 | 106 | 14 | 24 | 466 | 73 | 64 |
| Binary | 11001101 | 111101 | 10110100 | 0 | 1000110 | 1100 | 10100 | 100110110 | 111011 | 110100 |
Color Harmonies of #CD3DB4
Complementary color
Monochromatic Colors of #CD3DB4
Black with #CD3DB4
Text Example
Text Example
White with #CD3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3DB4; }
p { color: rgb(205,61,180); }
H1.HeaderClassName
{
color: #CD3DB4;
}
.AnyTagClassName
{
color: #CD3DB4;
}
</style>
background-color css
<style>
a { background-color: #CD3DB4; }
a { background-color: rgb(205,61,180); }
div.DivClassName
{
background-color: #CD3DB4;
}
.BgClassName
{
background-color: #CD3DB4;
}
</style>
border-color css
<style>
span { border-color: #CD3DB4; }
span { border-color: rgb(205,61,180); }
td.TdClassName
{
border-color: #CD3DB4;
}
.TagClassName
{
border-color: #CD3DB4;
}
</style>