Shades of Fuchsia #C434C7
Tints of Fuchsia #C434C7
RGB
CMYK
RGB Variations
Color information
#C434C7 (or 0xC434C7) is known color: Fuchsia. HEX triplet: C4, 34 and C7. RGB value is (196,52,199). Sum of RGB (Red+Green+Blue) = 196+52+199=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #C434C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434C7 is #3BCB38. Grayscale: #6F6F6F. Windows color (decimal): -3918649 or 13055172. OLE color: 13055172.
HSL color Cylindrical-coordinate representation of color #C434C7: hue angle of 298.78º degrees, saturation: 0.59, 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 #C434C7 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 52 | 199 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.22 |
| HSL | 298.78º | 0.59% | 0.49% | - |
| HSV(B) | 298.78º | 0.74% | 0.78% | - |
| XYZ | 34.3 | 18.32 | 55.76 | - |
| YUV | 111.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 199 | 0.02 | 0.74 | 0 | 0.22 | 298.78 | 0.59 | 0.49 |
| Hex | C4 | 34 | C7 | 2 | 4A | 0 | 16 | 12B | 3B | 31 |
| Octal | 304 | 64 | 307 | 2 | 112 | 0 | 26 | 453 | 73 | 61 |
| Binary | 11000100 | 110100 | 11000111 | 10 | 1001010 | 0 | 10110 | 100101011 | 111011 | 110001 |
Color Harmonies of #C434C7
Complementary color
Monochromatic Colors of #C434C7
Black with #C434C7
Text Example
Text Example
White with #C434C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434C7; }
p { color: rgb(196,52,199); }
H1.HeaderClassName
{
color: #C434C7;
}
.AnyTagClassName
{
color: #C434C7;
}
</style>
background-color css
<style>
a { background-color: #C434C7; }
a { background-color: rgb(196,52,199); }
div.DivClassName
{
background-color: #C434C7;
}
.BgClassName
{
background-color: #C434C7;
}
</style>
border-color css
<style>
span { border-color: #C434C7; }
span { border-color: rgb(196,52,199); }
td.TdClassName
{
border-color: #C434C7;
}
.TagClassName
{
border-color: #C434C7;
}
</style>