Shades of Fuchsia #CD3CBA
Tints of Fuchsia #CD3CBA
RGB
CMYK
RGB Variations
Color information
#CD3CBA (or 0xCD3CBA) is known color: Fuchsia. HEX triplet: CD, 3C and BA. RGB value is (205,60,186). Sum of RGB (Red+Green+Blue) = 205+60+186=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CBA is #32C345. Grayscale: #757575. Windows color (decimal): -3326790 or 12205261. OLE color: 12205261.
HSL color Cylindrical-coordinate representation of color #CD3CBA: hue angle of 307.86º 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 #CD3CBA is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 186 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.20 |
| HSL | 307.86º | 0.59% | 0.52% | - |
| HSV(B) | 307.86º | 0.71% | 0.8% | - |
| XYZ | 35.66 | 19.76 | 48.39 | - |
| YUV | 117.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 186 | 0 | 0.71 | 0.09 | 0.20 | 307.86 | 0.59 | 0.52 |
| Hex | CD | 3C | BA | 0 | 47 | 9 | 14 | 134 | 3B | 34 |
| Octal | 315 | 74 | 272 | 0 | 107 | 11 | 24 | 464 | 73 | 64 |
| Binary | 11001101 | 111100 | 10111010 | 0 | 1000111 | 1001 | 10100 | 100110100 | 111011 | 110100 |
Color Harmonies of #CD3CBA
Complementary color
Monochromatic Colors of #CD3CBA
Black with #CD3CBA
Text Example
Text Example
White with #CD3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CBA; }
p { color: rgb(205,60,186); }
H1.HeaderClassName
{
color: #CD3CBA;
}
.AnyTagClassName
{
color: #CD3CBA;
}
</style>
background-color css
<style>
a { background-color: #CD3CBA; }
a { background-color: rgb(205,60,186); }
div.DivClassName
{
background-color: #CD3CBA;
}
.BgClassName
{
background-color: #CD3CBA;
}
</style>
border-color css
<style>
span { border-color: #CD3CBA; }
span { border-color: rgb(205,60,186); }
td.TdClassName
{
border-color: #CD3CBA;
}
.TagClassName
{
border-color: #CD3CBA;
}
</style>