Shades of Fuchsia #C450C6
Tints of Fuchsia #C450C6
RGB
CMYK
RGB Variations
Color information
#C450C6 (or 0xC450C6) is known color: Fuchsia. HEX triplet: C4, 50 and C6. RGB value is (196,80,198). Sum of RGB (Red+Green+Blue) = 196+80+198=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #C450C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450C6 is #3BAF39. Grayscale: #7F7F7F. Windows color (decimal): -3911482 or 12996804. OLE color: 12996804.
HSL color Cylindrical-coordinate representation of color #C450C6: hue angle of 298.98º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C450C6 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 80 | 198 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.22 |
| HSL | 298.98º | 0.51% | 0.55% | - |
| HSV(B) | 298.98º | 0.6% | 0.78% | - |
| XYZ | 35.83 | 21.55 | 55.7 | - |
| YUV | 128.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 198 | 0.01 | 0.60 | 0 | 0.22 | 298.98 | 0.51 | 0.55 |
| Hex | C4 | 50 | C6 | 1 | 3C | 0 | 16 | 12B | 33 | 37 |
| Octal | 304 | 120 | 306 | 1 | 74 | 0 | 26 | 453 | 63 | 67 |
| Binary | 11000100 | 1010000 | 11000110 | 1 | 111100 | 0 | 10110 | 100101011 | 110011 | 110111 |
Color Harmonies of #C450C6
Complementary color
Monochromatic Colors of #C450C6
Black with #C450C6
Text Example
Text Example
White with #C450C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450C6; }
p { color: rgb(196,80,198); }
H1.HeaderClassName
{
color: #C450C6;
}
.AnyTagClassName
{
color: #C450C6;
}
</style>
background-color css
<style>
a { background-color: #C450C6; }
a { background-color: rgb(196,80,198); }
div.DivClassName
{
background-color: #C450C6;
}
.BgClassName
{
background-color: #C450C6;
}
</style>
border-color css
<style>
span { border-color: #C450C6; }
span { border-color: rgb(196,80,198); }
td.TdClassName
{
border-color: #C450C6;
}
.TagClassName
{
border-color: #C450C6;
}
</style>