Shades of Fuchsia #C345C8
Tints of Fuchsia #C345C8
RGB
CMYK
RGB Variations
Color information
#C345C8 (or 0xC345C8) is known color: Fuchsia. HEX triplet: C3, 45 and C8. RGB value is (195,69,200). Sum of RGB (Red+Green+Blue) = 195+69+200=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #C345C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345C8 is #3CBA37. Grayscale: #797979. Windows color (decimal): -3979832 or 13125059. OLE color: 13125059.
HSL color Cylindrical-coordinate representation of color #C345C8: hue angle of 297.71º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C345C8 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 69 | 200 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.22 |
| HSL | 297.71º | 0.54% | 0.53% | - |
| HSV(B) | 297.71º | 0.66% | 0.78% | - |
| XYZ | 35.06 | 20.03 | 56.66 | - |
| YUV | 121.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 200 | 0.02 | 0.66 | 0 | 0.22 | 297.71 | 0.54 | 0.53 |
| Hex | C3 | 45 | C8 | 2 | 42 | 0 | 16 | 12A | 36 | 35 |
| Octal | 303 | 105 | 310 | 2 | 102 | 0 | 26 | 452 | 66 | 65 |
| Binary | 11000011 | 1000101 | 11001000 | 10 | 1000010 | 0 | 10110 | 100101010 | 110110 | 110101 |
Color Harmonies of #C345C8
Complementary color
Monochromatic Colors of #C345C8
Black with #C345C8
Text Example
Text Example
White with #C345C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345C8; }
p { color: rgb(195,69,200); }
H1.HeaderClassName
{
color: #C345C8;
}
.AnyTagClassName
{
color: #C345C8;
}
</style>
background-color css
<style>
a { background-color: #C345C8; }
a { background-color: rgb(195,69,200); }
div.DivClassName
{
background-color: #C345C8;
}
.BgClassName
{
background-color: #C345C8;
}
</style>
border-color css
<style>
span { border-color: #C345C8; }
span { border-color: rgb(195,69,200); }
td.TdClassName
{
border-color: #C345C8;
}
.TagClassName
{
border-color: #C345C8;
}
</style>