Shades of Fuchsia #C34BBC
Tints of Fuchsia #C34BBC
RGB
CMYK
RGB Variations
Color information
#C34BBC (or 0xC34BBC) is known color: Fuchsia. HEX triplet: C3, 4B and BC. RGB value is (195,75,188). Sum of RGB (Red+Green+Blue) = 195+75+188=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BBC is #3CB443. Grayscale: #7B7B7B. Windows color (decimal): -3978308 or 12340163. OLE color: 12340163.
HSL color Cylindrical-coordinate representation of color #C34BBC: hue angle of 303.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 #C34BBC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 188 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.24 |
| HSL | 303.5º | 0.5% | 0.53% | - |
| HSV(B) | 303.5º | 0.62% | 0.76% | - |
| XYZ | 34.1 | 20.27 | 49.69 | - |
| YUV | 123.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 188 | 0 | 0.62 | 0.04 | 0.24 | 303.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | BC | 0 | 3E | 4 | 18 | 130 | 32 | 35 |
| Octal | 303 | 113 | 274 | 0 | 76 | 4 | 30 | 460 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10111100 | 0 | 111110 | 100 | 11000 | 100110000 | 110010 | 110101 |
Color Harmonies of #C34BBC
Complementary color
Monochromatic Colors of #C34BBC
Black with #C34BBC
Text Example
Text Example
White with #C34BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BBC; }
p { color: rgb(195,75,188); }
H1.HeaderClassName
{
color: #C34BBC;
}
.AnyTagClassName
{
color: #C34BBC;
}
</style>
background-color css
<style>
a { background-color: #C34BBC; }
a { background-color: rgb(195,75,188); }
div.DivClassName
{
background-color: #C34BBC;
}
.BgClassName
{
background-color: #C34BBC;
}
</style>
border-color css
<style>
span { border-color: #C34BBC; }
span { border-color: rgb(195,75,188); }
td.TdClassName
{
border-color: #C34BBC;
}
.TagClassName
{
border-color: #C34BBC;
}
</style>