Shades of Fuchsia #C451C3
Tints of Fuchsia #C451C3
RGB
CMYK
RGB Variations
Color information
#C451C3 (or 0xC451C3) is known color: Fuchsia. HEX triplet: C4, 51 and C3. RGB value is (196,81,195). Sum of RGB (Red+Green+Blue) = 196+81+195=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C451C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451C3 is #3BAE3C. Grayscale: #808080. Windows color (decimal): -3911229 or 12800452. OLE color: 12800452.
HSL color Cylindrical-coordinate representation of color #C451C3: hue angle of 300.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C451C3 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 195 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.23 |
| HSL | 300.52º | 0.49% | 0.54% | - |
| HSV(B) | 300.52º | 0.59% | 0.77% | - |
| XYZ | 35.56 | 21.56 | 53.92 | - |
| YUV | 128.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 195 | 0 | 0.59 | 0.01 | 0.23 | 300.52 | 0.49 | 0.54 |
| Hex | C4 | 51 | C3 | 0 | 3B | 1 | 17 | 12D | 31 | 36 |
| Octal | 304 | 121 | 303 | 0 | 73 | 1 | 27 | 455 | 61 | 66 |
| Binary | 11000100 | 1010001 | 11000011 | 0 | 111011 | 1 | 10111 | 100101101 | 110001 | 110110 |
Color Harmonies of #C451C3
Complementary color
Monochromatic Colors of #C451C3
Black with #C451C3
Text Example
Text Example
White with #C451C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451C3; }
p { color: rgb(196,81,195); }
H1.HeaderClassName
{
color: #C451C3;
}
.AnyTagClassName
{
color: #C451C3;
}
</style>
background-color css
<style>
a { background-color: #C451C3; }
a { background-color: rgb(196,81,195); }
div.DivClassName
{
background-color: #C451C3;
}
.BgClassName
{
background-color: #C451C3;
}
</style>
border-color css
<style>
span { border-color: #C451C3; }
span { border-color: rgb(196,81,195); }
td.TdClassName
{
border-color: #C451C3;
}
.TagClassName
{
border-color: #C451C3;
}
</style>