Shades of Fuchsia #C346AF
Tints of Fuchsia #C346AF
RGB
CMYK
RGB Variations
Color information
#C346AF (or 0xC346AF) is known color: Fuchsia. HEX triplet: C3, 46 and AF. RGB value is (195,70,175). Sum of RGB (Red+Green+Blue) = 195+70+175=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C346AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346AF is #3CB950. Grayscale: #777777. Windows color (decimal): -3979601 or 11486915. OLE color: 11486915.
HSL color Cylindrical-coordinate representation of color #C346AF: hue angle of 309.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C346AF is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 175 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.24 |
| HSL | 309.6º | 0.51% | 0.52% | - |
| HSV(B) | 309.6º | 0.64% | 0.76% | - |
| XYZ | 32.43 | 19.08 | 42.53 | - |
| YUV | 119.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 175 | 0 | 0.64 | 0.10 | 0.24 | 309.6 | 0.51 | 0.52 |
| Hex | C3 | 46 | AF | 0 | 40 | A | 18 | 136 | 33 | 34 |
| Octal | 303 | 106 | 257 | 0 | 100 | 12 | 30 | 466 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10101111 | 0 | 1000000 | 1010 | 11000 | 100110110 | 110011 | 110100 |
Color Harmonies of #C346AF
Complementary color
Monochromatic Colors of #C346AF
Black with #C346AF
Text Example
Text Example
White with #C346AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346AF; }
p { color: rgb(195,70,175); }
H1.HeaderClassName
{
color: #C346AF;
}
.AnyTagClassName
{
color: #C346AF;
}
</style>
background-color css
<style>
a { background-color: #C346AF; }
a { background-color: rgb(195,70,175); }
div.DivClassName
{
background-color: #C346AF;
}
.BgClassName
{
background-color: #C346AF;
}
</style>
border-color css
<style>
span { border-color: #C346AF; }
span { border-color: rgb(195,70,175); }
td.TdClassName
{
border-color: #C346AF;
}
.TagClassName
{
border-color: #C346AF;
}
</style>