Shades of Fuchsia #CD3DB1
Tints of Fuchsia #CD3DB1
RGB
CMYK
RGB Variations
Color information
#CD3DB1 (or 0xCD3DB1) is known color: Fuchsia. HEX triplet: CD, 3D and B1. RGB value is (205,61,177). Sum of RGB (Red+Green+Blue) = 205+61+177=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3DB1 is #32C24E. Grayscale: #747474. Windows color (decimal): -3326543 or 11615693. OLE color: 11615693.
HSL color Cylindrical-coordinate representation of color #CD3DB1: hue angle of 311.67º 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 #CD3DB1 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 61 | 177 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.20 |
| HSL | 311.67º | 0.59% | 0.52% | - |
| HSV(B) | 311.67º | 0.7% | 0.8% | - |
| XYZ | 34.78 | 19.49 | 43.52 | - |
| YUV | 117.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 61 | 177 | 0 | 0.70 | 0.14 | 0.20 | 311.67 | 0.59 | 0.52 |
| Hex | CD | 3D | B1 | 0 | 46 | E | 14 | 138 | 3B | 34 |
| Octal | 315 | 75 | 261 | 0 | 106 | 16 | 24 | 470 | 73 | 64 |
| Binary | 11001101 | 111101 | 10110001 | 0 | 1000110 | 1110 | 10100 | 100111000 | 111011 | 110100 |
Color Harmonies of #CD3DB1
Complementary color
Monochromatic Colors of #CD3DB1
Black with #CD3DB1
Text Example
Text Example
White with #CD3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3DB1; }
p { color: rgb(205,61,177); }
H1.HeaderClassName
{
color: #CD3DB1;
}
.AnyTagClassName
{
color: #CD3DB1;
}
</style>
background-color css
<style>
a { background-color: #CD3DB1; }
a { background-color: rgb(205,61,177); }
div.DivClassName
{
background-color: #CD3DB1;
}
.BgClassName
{
background-color: #CD3DB1;
}
</style>
border-color css
<style>
span { border-color: #CD3DB1; }
span { border-color: rgb(205,61,177); }
td.TdClassName
{
border-color: #CD3DB1;
}
.TagClassName
{
border-color: #CD3DB1;
}
</style>