Shades of Fuchsia #CD3BC2
Tints of Fuchsia #CD3BC2
RGB
CMYK
RGB Variations
Color information
#CD3BC2 (or 0xCD3BC2) is known color: Fuchsia. HEX triplet: CD, 3B and C2. RGB value is (205,59,194). Sum of RGB (Red+Green+Blue) = 205+59+194=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3BC2 is #32C43D. Grayscale: #757575. Windows color (decimal): -3327038 or 12729293. OLE color: 12729293.
HSL color Cylindrical-coordinate representation of color #CD3BC2: hue angle of 304.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3BC2 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 59 | 194 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.20 |
| HSL | 304.52º | 0.59% | 0.52% | - |
| HSV(B) | 304.52º | 0.71% | 0.8% | - |
| XYZ | 36.48 | 20 | 52.98 | - |
| YUV | 118.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 59 | 194 | 0 | 0.71 | 0.05 | 0.20 | 304.52 | 0.59 | 0.52 |
| Hex | CD | 3B | C2 | 0 | 47 | 5 | 14 | 131 | 3B | 34 |
| Octal | 315 | 73 | 302 | 0 | 107 | 5 | 24 | 461 | 73 | 64 |
| Binary | 11001101 | 111011 | 11000010 | 0 | 1000111 | 101 | 10100 | 100110001 | 111011 | 110100 |
Color Harmonies of #CD3BC2
Complementary color
Monochromatic Colors of #CD3BC2
Black with #CD3BC2
Text Example
Text Example
White with #CD3BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3BC2; }
p { color: rgb(205,59,194); }
H1.HeaderClassName
{
color: #CD3BC2;
}
.AnyTagClassName
{
color: #CD3BC2;
}
</style>
background-color css
<style>
a { background-color: #CD3BC2; }
a { background-color: rgb(205,59,194); }
div.DivClassName
{
background-color: #CD3BC2;
}
.BgClassName
{
background-color: #CD3BC2;
}
</style>
border-color css
<style>
span { border-color: #CD3BC2; }
span { border-color: rgb(205,59,194); }
td.TdClassName
{
border-color: #CD3BC2;
}
.TagClassName
{
border-color: #CD3BC2;
}
</style>