Shades of Fuchsia #C34BAF
Tints of Fuchsia #C34BAF
RGB
CMYK
RGB Variations
Color information
#C34BAF (or 0xC34BAF) is known color: Fuchsia. HEX triplet: C3, 4B and AF. RGB value is (195,75,175). Sum of RGB (Red+Green+Blue) = 195+75+175=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34BAF is #3CB450. Grayscale: #7A7A7A. Windows color (decimal): -3978321 or 11488195. OLE color: 11488195.
HSL color Cylindrical-coordinate representation of color #C34BAF: hue angle of 310º 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 #C34BAF is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 175 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.24 |
| HSL | 310º | 0.5% | 0.53% | - |
| HSV(B) | 310º | 0.62% | 0.76% | - |
| XYZ | 32.76 | 19.73 | 42.64 | - |
| YUV | 122.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 175 | 0 | 0.62 | 0.10 | 0.24 | 310 | 0.5 | 0.53 |
| Hex | C3 | 4B | AF | 0 | 3E | A | 18 | 136 | 32 | 35 |
| Octal | 303 | 113 | 257 | 0 | 76 | 12 | 30 | 466 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10101111 | 0 | 111110 | 1010 | 11000 | 100110110 | 110010 | 110101 |
Color Harmonies of #C34BAF
Complementary color
Monochromatic Colors of #C34BAF
Black with #C34BAF
Text Example
Text Example
White with #C34BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BAF; }
p { color: rgb(195,75,175); }
H1.HeaderClassName
{
color: #C34BAF;
}
.AnyTagClassName
{
color: #C34BAF;
}
</style>
background-color css
<style>
a { background-color: #C34BAF; }
a { background-color: rgb(195,75,175); }
div.DivClassName
{
background-color: #C34BAF;
}
.BgClassName
{
background-color: #C34BAF;
}
</style>
border-color css
<style>
span { border-color: #C34BAF; }
span { border-color: rgb(195,75,175); }
td.TdClassName
{
border-color: #C34BAF;
}
.TagClassName
{
border-color: #C34BAF;
}
</style>