Shades of Fuchsia #C34ABD
Tints of Fuchsia #C34ABD
RGB
CMYK
RGB Variations
Color information
#C34ABD (or 0xC34ABD) is known color: Fuchsia. HEX triplet: C3, 4A and BD. RGB value is (195,74,189). Sum of RGB (Red+Green+Blue) = 195+74+189=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C34ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ABD is #3CB542. Grayscale: #7A7A7A. Windows color (decimal): -3978563 or 12405443. OLE color: 12405443.
HSL color Cylindrical-coordinate representation of color #C34ABD: hue angle of 302.98º 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 #C34ABD is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 189 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.24 |
| HSL | 302.98º | 0.5% | 0.53% | - |
| HSV(B) | 302.98º | 0.62% | 0.76% | - |
| XYZ | 34.14 | 20.17 | 50.24 | - |
| YUV | 123.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 189 | 0 | 0.62 | 0.03 | 0.24 | 302.98 | 0.5 | 0.53 |
| Hex | C3 | 4A | BD | 0 | 3E | 3 | 18 | 12F | 32 | 35 |
| Octal | 303 | 112 | 275 | 0 | 76 | 3 | 30 | 457 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10111101 | 0 | 111110 | 11 | 11000 | 100101111 | 110010 | 110101 |
Color Harmonies of #C34ABD
Complementary color
Monochromatic Colors of #C34ABD
Black with #C34ABD
Text Example
Text Example
White with #C34ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ABD; }
p { color: rgb(195,74,189); }
H1.HeaderClassName
{
color: #C34ABD;
}
.AnyTagClassName
{
color: #C34ABD;
}
</style>
background-color css
<style>
a { background-color: #C34ABD; }
a { background-color: rgb(195,74,189); }
div.DivClassName
{
background-color: #C34ABD;
}
.BgClassName
{
background-color: #C34ABD;
}
</style>
border-color css
<style>
span { border-color: #C34ABD; }
span { border-color: rgb(195,74,189); }
td.TdClassName
{
border-color: #C34ABD;
}
.TagClassName
{
border-color: #C34ABD;
}
</style>