Shades of Fuchsia #C34AB3
Tints of Fuchsia #C34AB3
RGB
CMYK
RGB Variations
Color information
#C34AB3 (or 0xC34AB3) is known color: Fuchsia. HEX triplet: C3, 4A and B3. RGB value is (195,74,179). Sum of RGB (Red+Green+Blue) = 195+74+179=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AB3 is #3CB54C. Grayscale: #797979. Windows color (decimal): -3978573 or 11750083. OLE color: 11750083.
HSL color Cylindrical-coordinate representation of color #C34AB3: hue angle of 307.93º 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 #C34AB3 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 179 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.24 |
| HSL | 307.93º | 0.5% | 0.53% | - |
| HSV(B) | 307.93º | 0.62% | 0.76% | - |
| XYZ | 33.09 | 19.75 | 44.72 | - |
| YUV | 122.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 179 | 0 | 0.62 | 0.08 | 0.24 | 307.93 | 0.5 | 0.53 |
| Hex | C3 | 4A | B3 | 0 | 3E | 8 | 18 | 134 | 32 | 35 |
| Octal | 303 | 112 | 263 | 0 | 76 | 10 | 30 | 464 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10110011 | 0 | 111110 | 1000 | 11000 | 100110100 | 110010 | 110101 |
Color Harmonies of #C34AB3
Complementary color
Monochromatic Colors of #C34AB3
Black with #C34AB3
Text Example
Text Example
White with #C34AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AB3; }
p { color: rgb(195,74,179); }
H1.HeaderClassName
{
color: #C34AB3;
}
.AnyTagClassName
{
color: #C34AB3;
}
</style>
background-color css
<style>
a { background-color: #C34AB3; }
a { background-color: rgb(195,74,179); }
div.DivClassName
{
background-color: #C34AB3;
}
.BgClassName
{
background-color: #C34AB3;
}
</style>
border-color css
<style>
span { border-color: #C34AB3; }
span { border-color: rgb(195,74,179); }
td.TdClassName
{
border-color: #C34AB3;
}
.TagClassName
{
border-color: #C34AB3;
}
</style>