Shades of Fuchsia #C345C0
Tints of Fuchsia #C345C0
RGB
CMYK
RGB Variations
Color information
#C345C0 (or 0xC345C0) is known color: Fuchsia. HEX triplet: C3, 45 and C0. RGB value is (195,69,192). Sum of RGB (Red+Green+Blue) = 195+69+192=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C345C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345C0 is #3CBA3F. Grayscale: #787878. Windows color (decimal): -3979840 or 12600771. OLE color: 12600771.
HSL color Cylindrical-coordinate representation of color #C345C0: hue angle of 301.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C345C0 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 192 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.24 |
| HSL | 301.43º | 0.51% | 0.52% | - |
| HSV(B) | 301.43º | 0.65% | 0.76% | - |
| XYZ | 34.15 | 19.66 | 51.86 | - |
| YUV | 120.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 192 | 0 | 0.65 | 0.02 | 0.24 | 301.43 | 0.51 | 0.52 |
| Hex | C3 | 45 | C0 | 0 | 41 | 2 | 18 | 12D | 33 | 34 |
| Octal | 303 | 105 | 300 | 0 | 101 | 2 | 30 | 455 | 63 | 64 |
| Binary | 11000011 | 1000101 | 11000000 | 0 | 1000001 | 10 | 11000 | 100101101 | 110011 | 110100 |
Color Harmonies of #C345C0
Complementary color
Monochromatic Colors of #C345C0
Black with #C345C0
Text Example
Text Example
White with #C345C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345C0; }
p { color: rgb(195,69,192); }
H1.HeaderClassName
{
color: #C345C0;
}
.AnyTagClassName
{
color: #C345C0;
}
</style>
background-color css
<style>
a { background-color: #C345C0; }
a { background-color: rgb(195,69,192); }
div.DivClassName
{
background-color: #C345C0;
}
.BgClassName
{
background-color: #C345C0;
}
</style>
border-color css
<style>
span { border-color: #C345C0; }
span { border-color: rgb(195,69,192); }
td.TdClassName
{
border-color: #C345C0;
}
.TagClassName
{
border-color: #C345C0;
}
</style>