Shades of Fuchsia #C34BB4
Tints of Fuchsia #C34BB4
RGB
CMYK
RGB Variations
Color information
#C34BB4 (or 0xC34BB4) is known color: Fuchsia. HEX triplet: C3, 4B and B4. RGB value is (195,75,180). Sum of RGB (Red+Green+Blue) = 195+75+180=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BB4 is #3CB44B. Grayscale: #7A7A7A. Windows color (decimal): -3978316 or 11815875. OLE color: 11815875.
HSL color Cylindrical-coordinate representation of color #C34BB4: hue angle of 307.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34BB4 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 180 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.24 |
| HSL | 307.5º | 0.5% | 0.53% | - |
| HSV(B) | 307.5º | 0.62% | 0.76% | - |
| XYZ | 33.26 | 19.93 | 45.27 | - |
| YUV | 122.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 180 | 0 | 0.62 | 0.08 | 0.24 | 307.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | B4 | 0 | 3E | 8 | 18 | 134 | 32 | 35 |
| Octal | 303 | 113 | 264 | 0 | 76 | 10 | 30 | 464 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10110100 | 0 | 111110 | 1000 | 11000 | 100110100 | 110010 | 110101 |
Color Harmonies of #C34BB4
Complementary color
Monochromatic Colors of #C34BB4
Black with #C34BB4
Text Example
Text Example
White with #C34BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BB4; }
p { color: rgb(195,75,180); }
H1.HeaderClassName
{
color: #C34BB4;
}
.AnyTagClassName
{
color: #C34BB4;
}
</style>
background-color css
<style>
a { background-color: #C34BB4; }
a { background-color: rgb(195,75,180); }
div.DivClassName
{
background-color: #C34BB4;
}
.BgClassName
{
background-color: #C34BB4;
}
</style>
border-color css
<style>
span { border-color: #C34BB4; }
span { border-color: rgb(195,75,180); }
td.TdClassName
{
border-color: #C34BB4;
}
.TagClassName
{
border-color: #C34BB4;
}
</style>