Shades of Fuchsia #C34ABE
Tints of Fuchsia #C34ABE
RGB
CMYK
RGB Variations
Color information
#C34ABE (or 0xC34ABE) is known color: Fuchsia. HEX triplet: C3, 4A and BE. RGB value is (195,74,190). Sum of RGB (Red+Green+Blue) = 195+74+190=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C34ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ABE is #3CB541. Grayscale: #7B7B7B. Windows color (decimal): -3978562 or 12470979. OLE color: 12470979.
HSL color Cylindrical-coordinate representation of color #C34ABE: hue angle of 302.48º 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 #C34ABE is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 190 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.24 |
| HSL | 302.48º | 0.5% | 0.53% | - |
| HSV(B) | 302.48º | 0.62% | 0.76% | - |
| XYZ | 34.25 | 20.22 | 50.81 | - |
| YUV | 123.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 190 | 0 | 0.62 | 0.03 | 0.24 | 302.48 | 0.5 | 0.53 |
| Hex | C3 | 4A | BE | 0 | 3E | 3 | 18 | 12E | 32 | 35 |
| Octal | 303 | 112 | 276 | 0 | 76 | 3 | 30 | 456 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10111110 | 0 | 111110 | 11 | 11000 | 100101110 | 110010 | 110101 |
Color Harmonies of #C34ABE
Complementary color
Monochromatic Colors of #C34ABE
Black with #C34ABE
Text Example
Text Example
White with #C34ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ABE; }
p { color: rgb(195,74,190); }
H1.HeaderClassName
{
color: #C34ABE;
}
.AnyTagClassName
{
color: #C34ABE;
}
</style>
background-color css
<style>
a { background-color: #C34ABE; }
a { background-color: rgb(195,74,190); }
div.DivClassName
{
background-color: #C34ABE;
}
.BgClassName
{
background-color: #C34ABE;
}
</style>
border-color css
<style>
span { border-color: #C34ABE; }
span { border-color: rgb(195,74,190); }
td.TdClassName
{
border-color: #C34ABE;
}
.TagClassName
{
border-color: #C34ABE;
}
</style>