Shades of Fuchsia #C450C3
Tints of Fuchsia #C450C3
RGB
CMYK
RGB Variations
Color information
#C450C3 (or 0xC450C3) is known color: Fuchsia. HEX triplet: C4, 50 and C3. RGB value is (196,80,195). Sum of RGB (Red+Green+Blue) = 196+80+195=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C450C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450C3 is #3BAF3C. Grayscale: #7F7F7F. Windows color (decimal): -3911485 or 12800196. OLE color: 12800196.
HSL color Cylindrical-coordinate representation of color #C450C3: hue angle of 300.52º degrees, saturation: 0.5, 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 #C450C3 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 195 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.23 |
| HSL | 300.52º | 0.5% | 0.54% | - |
| HSV(B) | 300.52º | 0.59% | 0.77% | - |
| XYZ | 35.48 | 21.41 | 53.89 | - |
| YUV | 127.79 | 165.93 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 195 | 0 | 0.59 | 0.01 | 0.23 | 300.52 | 0.5 | 0.54 |
| Hex | C4 | 50 | C3 | 0 | 3B | 1 | 17 | 12D | 32 | 36 |
| Octal | 304 | 120 | 303 | 0 | 73 | 1 | 27 | 455 | 62 | 66 |
| Binary | 11000100 | 1010000 | 11000011 | 0 | 111011 | 1 | 10111 | 100101101 | 110010 | 110110 |
Color Harmonies of #C450C3
Complementary color
Monochromatic Colors of #C450C3
Black with #C450C3
Text Example
Text Example
White with #C450C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450C3; }
p { color: rgb(196,80,195); }
H1.HeaderClassName
{
color: #C450C3;
}
.AnyTagClassName
{
color: #C450C3;
}
</style>
background-color css
<style>
a { background-color: #C450C3; }
a { background-color: rgb(196,80,195); }
div.DivClassName
{
background-color: #C450C3;
}
.BgClassName
{
background-color: #C450C3;
}
</style>
border-color css
<style>
span { border-color: #C450C3; }
span { border-color: rgb(196,80,195); }
td.TdClassName
{
border-color: #C450C3;
}
.TagClassName
{
border-color: #C450C3;
}
</style>