Shades of Fuchsia #C434C6
Tints of Fuchsia #C434C6
RGB
CMYK
RGB Variations
Color information
#C434C6 (or 0xC434C6) is known color: Fuchsia. HEX triplet: C4, 34 and C6. RGB value is (196,52,198). Sum of RGB (Red+Green+Blue) = 196+52+198=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #C434C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434C6 is #3BCB39. Grayscale: #6F6F6F. Windows color (decimal): -3918650 or 12989636. OLE color: 12989636.
HSL color Cylindrical-coordinate representation of color #C434C6: hue angle of 299.18º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C434C6 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 52 | 198 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.22 |
| HSL | 299.18º | 0.58% | 0.49% | - |
| HSV(B) | 299.18º | 0.74% | 0.78% | - |
| XYZ | 34.19 | 18.27 | 55.15 | - |
| YUV | 111.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 198 | 0.01 | 0.74 | 0 | 0.22 | 299.18 | 0.58 | 0.49 |
| Hex | C4 | 34 | C6 | 1 | 4A | 0 | 16 | 12B | 3A | 31 |
| Octal | 304 | 64 | 306 | 1 | 112 | 0 | 26 | 453 | 72 | 61 |
| Binary | 11000100 | 110100 | 11000110 | 1 | 1001010 | 0 | 10110 | 100101011 | 111010 | 110001 |
Color Harmonies of #C434C6
Complementary color
Monochromatic Colors of #C434C6
Black with #C434C6
Text Example
Text Example
White with #C434C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434C6; }
p { color: rgb(196,52,198); }
H1.HeaderClassName
{
color: #C434C6;
}
.AnyTagClassName
{
color: #C434C6;
}
</style>
background-color css
<style>
a { background-color: #C434C6; }
a { background-color: rgb(196,52,198); }
div.DivClassName
{
background-color: #C434C6;
}
.BgClassName
{
background-color: #C434C6;
}
</style>
border-color css
<style>
span { border-color: #C434C6; }
span { border-color: rgb(196,52,198); }
td.TdClassName
{
border-color: #C434C6;
}
.TagClassName
{
border-color: #C434C6;
}
</style>