Shades of Fuchsia #C348BF
Tints of Fuchsia #C348BF
RGB
CMYK
RGB Variations
Color information
#C348BF (or 0xC348BF) is known color: Fuchsia. HEX triplet: C3, 48 and BF. RGB value is (195,72,191). Sum of RGB (Red+Green+Blue) = 195+72+191=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C348BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348BF is #3CB740. Grayscale: #797979. Windows color (decimal): -3979073 or 12536003. OLE color: 12536003.
HSL color Cylindrical-coordinate representation of color #C348BF: hue angle of 301.95º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C348BF is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 191 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.24 |
| HSL | 301.95º | 0.51% | 0.52% | - |
| HSV(B) | 301.95º | 0.63% | 0.76% | - |
| XYZ | 34.23 | 20 | 51.35 | - |
| YUV | 122.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 191 | 0 | 0.63 | 0.02 | 0.24 | 301.95 | 0.51 | 0.52 |
| Hex | C3 | 48 | BF | 0 | 3F | 2 | 18 | 12E | 33 | 34 |
| Octal | 303 | 110 | 277 | 0 | 77 | 2 | 30 | 456 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10111111 | 0 | 111111 | 10 | 11000 | 100101110 | 110011 | 110100 |
Color Harmonies of #C348BF
Complementary color
Monochromatic Colors of #C348BF
Black with #C348BF
Text Example
Text Example
White with #C348BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348BF; }
p { color: rgb(195,72,191); }
H1.HeaderClassName
{
color: #C348BF;
}
.AnyTagClassName
{
color: #C348BF;
}
</style>
background-color css
<style>
a { background-color: #C348BF; }
a { background-color: rgb(195,72,191); }
div.DivClassName
{
background-color: #C348BF;
}
.BgClassName
{
background-color: #C348BF;
}
</style>
border-color css
<style>
span { border-color: #C348BF; }
span { border-color: rgb(195,72,191); }
td.TdClassName
{
border-color: #C348BF;
}
.TagClassName
{
border-color: #C348BF;
}
</style>