Shades of Fuchsia #C34DB2
Tints of Fuchsia #C34DB2
RGB
CMYK
RGB Variations
Color information
#C34DB2 (or 0xC34DB2) is known color: Fuchsia. HEX triplet: C3, 4D and B2. RGB value is (195,77,178). Sum of RGB (Red+Green+Blue) = 195+77+178=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DB2 is #3CB24D. Grayscale: #7B7B7B. Windows color (decimal): -3977806 or 11685315. OLE color: 11685315.
HSL color Cylindrical-coordinate representation of color #C34DB2: hue angle of 308.64º 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 #C34DB2 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 178 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.24 |
| HSL | 308.64º | 0.5% | 0.53% | - |
| HSV(B) | 308.64º | 0.61% | 0.76% | - |
| XYZ | 33.2 | 20.12 | 44.25 | - |
| YUV | 123.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 178 | 0 | 0.61 | 0.09 | 0.24 | 308.64 | 0.5 | 0.53 |
| Hex | C3 | 4D | B2 | 0 | 3D | 9 | 18 | 135 | 32 | 35 |
| Octal | 303 | 115 | 262 | 0 | 75 | 11 | 30 | 465 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10110010 | 0 | 111101 | 1001 | 11000 | 100110101 | 110010 | 110101 |
Color Harmonies of #C34DB2
Complementary color
Monochromatic Colors of #C34DB2
Black with #C34DB2
Text Example
Text Example
White with #C34DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DB2; }
p { color: rgb(195,77,178); }
H1.HeaderClassName
{
color: #C34DB2;
}
.AnyTagClassName
{
color: #C34DB2;
}
</style>
background-color css
<style>
a { background-color: #C34DB2; }
a { background-color: rgb(195,77,178); }
div.DivClassName
{
background-color: #C34DB2;
}
.BgClassName
{
background-color: #C34DB2;
}
</style>
border-color css
<style>
span { border-color: #C34DB2; }
span { border-color: rgb(195,77,178); }
td.TdClassName
{
border-color: #C34DB2;
}
.TagClassName
{
border-color: #C34DB2;
}
</style>