Shades of Fuchsia #C34DBB
Tints of Fuchsia #C34DBB
RGB
CMYK
RGB Variations
Color information
#C34DBB (or 0xC34DBB) is known color: Fuchsia. HEX triplet: C3, 4D and BB. RGB value is (195,77,187). Sum of RGB (Red+Green+Blue) = 195+77+187=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DBB is #3CB244. Grayscale: #7C7C7C. Windows color (decimal): -3977797 or 12275139. OLE color: 12275139.
HSL color Cylindrical-coordinate representation of color #C34DBB: hue angle of 304.07º 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 #C34DBB is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 187 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.24 |
| HSL | 304.07º | 0.5% | 0.53% | - |
| HSV(B) | 304.07º | 0.61% | 0.76% | - |
| XYZ | 34.13 | 20.5 | 49.17 | - |
| YUV | 124.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 187 | 0 | 0.61 | 0.04 | 0.24 | 304.07 | 0.5 | 0.53 |
| Hex | C3 | 4D | BB | 0 | 3D | 4 | 18 | 130 | 32 | 35 |
| Octal | 303 | 115 | 273 | 0 | 75 | 4 | 30 | 460 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10111011 | 0 | 111101 | 100 | 11000 | 100110000 | 110010 | 110101 |
Color Harmonies of #C34DBB
Complementary color
Monochromatic Colors of #C34DBB
Black with #C34DBB
Text Example
Text Example
White with #C34DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DBB; }
p { color: rgb(195,77,187); }
H1.HeaderClassName
{
color: #C34DBB;
}
.AnyTagClassName
{
color: #C34DBB;
}
</style>
background-color css
<style>
a { background-color: #C34DBB; }
a { background-color: rgb(195,77,187); }
div.DivClassName
{
background-color: #C34DBB;
}
.BgClassName
{
background-color: #C34DBB;
}
</style>
border-color css
<style>
span { border-color: #C34DBB; }
span { border-color: rgb(195,77,187); }
td.TdClassName
{
border-color: #C34DBB;
}
.TagClassName
{
border-color: #C34DBB;
}
</style>