Shades of Fuchsia #C34DBD
Tints of Fuchsia #C34DBD
RGB
CMYK
RGB Variations
Color information
#C34DBD (or 0xC34DBD) is known color: Fuchsia. HEX triplet: C3, 4D and BD. RGB value is (195,77,189). Sum of RGB (Red+Green+Blue) = 195+77+189=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DBD is #3CB242. Grayscale: #7C7C7C. Windows color (decimal): -3977795 or 12406211. OLE color: 12406211.
HSL color Cylindrical-coordinate representation of color #C34DBD: hue angle of 303.05º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34DBD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 189 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.24 |
| HSL | 303.05º | 0.5% | 0.53% | - |
| HSV(B) | 303.05º | 0.61% | 0.76% | - |
| XYZ | 34.34 | 20.58 | 50.31 | - |
| YUV | 125.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 189 | 0 | 0.61 | 0.03 | 0.24 | 303.05 | 0.5 | 0.53 |
| Hex | C3 | 4D | BD | 0 | 3D | 3 | 18 | 12F | 32 | 35 |
| Octal | 303 | 115 | 275 | 0 | 75 | 3 | 30 | 457 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10111101 | 0 | 111101 | 11 | 11000 | 100101111 | 110010 | 110101 |
Color Harmonies of #C34DBD
Complementary color
Monochromatic Colors of #C34DBD
Black with #C34DBD
Text Example
Text Example
White with #C34DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DBD; }
p { color: rgb(195,77,189); }
H1.HeaderClassName
{
color: #C34DBD;
}
.AnyTagClassName
{
color: #C34DBD;
}
</style>
background-color css
<style>
a { background-color: #C34DBD; }
a { background-color: rgb(195,77,189); }
div.DivClassName
{
background-color: #C34DBD;
}
.BgClassName
{
background-color: #C34DBD;
}
</style>
border-color css
<style>
span { border-color: #C34DBD; }
span { border-color: rgb(195,77,189); }
td.TdClassName
{
border-color: #C34DBD;
}
.TagClassName
{
border-color: #C34DBD;
}
</style>