Shades of Fuchsia #C250C8
Tints of Fuchsia #C250C8
RGB
CMYK
RGB Variations
Color information
#C250C8 (or 0xC250C8) is known color: Fuchsia. HEX triplet: C2, 50 and C8. RGB value is (194,80,200). Sum of RGB (Red+Green+Blue) = 194+80+200=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #C250C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250C8 is #3DAF37. Grayscale: #7F7F7F. Windows color (decimal): -4042552 or 13127874. OLE color: 13127874.
HSL color Cylindrical-coordinate representation of color #C250C8: hue angle of 297º degrees, saturation: 0.52, 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 #C250C8 is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 80 | 200 | - |
| CMYK | 0.03 | 0.6 | 0 | 0.22 |
| HSL | 297º | 0.52% | 0.55% | - |
| HSV(B) | 297º | 0.6% | 0.78% | - |
| XYZ | 35.54 | 21.38 | 56.9 | - |
| YUV | 127.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 200 | 0.03 | 0.6 | 0 | 0.22 | 297 | 0.52 | 0.55 |
| Hex | C2 | 50 | C8 | 3 | 3C | 0 | 16 | 129 | 34 | 37 |
| Octal | 302 | 120 | 310 | 3 | 74 | 0 | 26 | 451 | 64 | 67 |
| Binary | 11000010 | 1010000 | 11001000 | 11 | 111100 | 0 | 10110 | 100101001 | 110100 | 110111 |
Color Harmonies of #C250C8
Complementary color
Monochromatic Colors of #C250C8
Black with #C250C8
Text Example
Text Example
White with #C250C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250C8; }
p { color: rgb(194,80,200); }
H1.HeaderClassName
{
color: #C250C8;
}
.AnyTagClassName
{
color: #C250C8;
}
</style>
background-color css
<style>
a { background-color: #C250C8; }
a { background-color: rgb(194,80,200); }
div.DivClassName
{
background-color: #C250C8;
}
.BgClassName
{
background-color: #C250C8;
}
</style>
border-color css
<style>
span { border-color: #C250C8; }
span { border-color: rgb(194,80,200); }
td.TdClassName
{
border-color: #C250C8;
}
.TagClassName
{
border-color: #C250C8;
}
</style>