Shades of Fuchsia #C345C5
Tints of Fuchsia #C345C5
RGB
CMYK
RGB Variations
Color information
#C345C5 (or 0xC345C5) is known color: Fuchsia. HEX triplet: C3, 45 and C5. RGB value is (195,69,197). Sum of RGB (Red+Green+Blue) = 195+69+197=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 197 - color contains mainly: blue. Hex color #C345C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345C5 is #3CBA3A. Grayscale: #787878. Windows color (decimal): -3979835 or 12928451. OLE color: 12928451.
HSL color Cylindrical-coordinate representation of color #C345C5: hue angle of 299.06º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C345C5 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 69 | 197 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.23 |
| HSL | 299.06º | 0.52% | 0.52% | - |
| HSV(B) | 299.06º | 0.65% | 0.77% | - |
| XYZ | 34.71 | 19.89 | 54.83 | - |
| YUV | 121.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 197 | 0.01 | 0.65 | 0 | 0.23 | 299.06 | 0.52 | 0.52 |
| Hex | C3 | 45 | C5 | 1 | 41 | 0 | 17 | 12B | 34 | 34 |
| Octal | 303 | 105 | 305 | 1 | 101 | 0 | 27 | 453 | 64 | 64 |
| Binary | 11000011 | 1000101 | 11000101 | 1 | 1000001 | 0 | 10111 | 100101011 | 110100 | 110100 |
Color Harmonies of #C345C5
Complementary color
Monochromatic Colors of #C345C5
Black with #C345C5
Text Example
Text Example
White with #C345C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345C5; }
p { color: rgb(195,69,197); }
H1.HeaderClassName
{
color: #C345C5;
}
.AnyTagClassName
{
color: #C345C5;
}
</style>
background-color css
<style>
a { background-color: #C345C5; }
a { background-color: rgb(195,69,197); }
div.DivClassName
{
background-color: #C345C5;
}
.BgClassName
{
background-color: #C345C5;
}
</style>
border-color css
<style>
span { border-color: #C345C5; }
span { border-color: rgb(195,69,197); }
td.TdClassName
{
border-color: #C345C5;
}
.TagClassName
{
border-color: #C345C5;
}
</style>