Shades of Fuchsia #C345C4
Tints of Fuchsia #C345C4
RGB
CMYK
RGB Variations
Color information
#C345C4 (or 0xC345C4) is known color: Fuchsia. HEX triplet: C3, 45 and C4. RGB value is (195,69,196). Sum of RGB (Red+Green+Blue) = 195+69+196=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: blue. Hex color #C345C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345C4 is #3CBA3B. Grayscale: #787878. Windows color (decimal): -3979836 or 12862915. OLE color: 12862915.
HSL color Cylindrical-coordinate representation of color #C345C4: hue angle of 299.53º 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 #C345C4 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 69 | 196 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.23 |
| HSL | 299.53º | 0.52% | 0.52% | - |
| HSV(B) | 299.53º | 0.65% | 0.77% | - |
| XYZ | 34.6 | 19.84 | 54.23 | - |
| YUV | 121.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 196 | 0.01 | 0.65 | 0 | 0.23 | 299.53 | 0.52 | 0.52 |
| Hex | C3 | 45 | C4 | 1 | 41 | 0 | 17 | 12C | 34 | 34 |
| Octal | 303 | 105 | 304 | 1 | 101 | 0 | 27 | 454 | 64 | 64 |
| Binary | 11000011 | 1000101 | 11000100 | 1 | 1000001 | 0 | 10111 | 100101100 | 110100 | 110100 |
Color Harmonies of #C345C4
Complementary color
Monochromatic Colors of #C345C4
Black with #C345C4
Text Example
Text Example
White with #C345C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345C4; }
p { color: rgb(195,69,196); }
H1.HeaderClassName
{
color: #C345C4;
}
.AnyTagClassName
{
color: #C345C4;
}
</style>
background-color css
<style>
a { background-color: #C345C4; }
a { background-color: rgb(195,69,196); }
div.DivClassName
{
background-color: #C345C4;
}
.BgClassName
{
background-color: #C345C4;
}
</style>
border-color css
<style>
span { border-color: #C345C4; }
span { border-color: rgb(195,69,196); }
td.TdClassName
{
border-color: #C345C4;
}
.TagClassName
{
border-color: #C345C4;
}
</style>