Shades of Fuchsia #C250C7
Tints of Fuchsia #C250C7
RGB
CMYK
RGB Variations
Color information
#C250C7 (or 0xC250C7) is known color: Fuchsia. HEX triplet: C2, 50 and C7. RGB value is (194,80,199). Sum of RGB (Red+Green+Blue) = 194+80+199=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #C250C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250C7 is #3DAF38. Grayscale: #7F7F7F. Windows color (decimal): -4042553 or 13062338. OLE color: 13062338.
HSL color Cylindrical-coordinate representation of color #C250C7: hue angle of 297.48º 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 #C250C7 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 80 | 199 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.22 |
| HSL | 297.48º | 0.52% | 0.55% | - |
| HSV(B) | 297.48º | 0.6% | 0.78% | - |
| XYZ | 35.43 | 21.33 | 56.28 | - |
| YUV | 127.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 199 | 0.03 | 0.60 | 0 | 0.22 | 297.48 | 0.52 | 0.55 |
| Hex | C2 | 50 | C7 | 3 | 3C | 0 | 16 | 129 | 34 | 37 |
| Octal | 302 | 120 | 307 | 3 | 74 | 0 | 26 | 451 | 64 | 67 |
| Binary | 11000010 | 1010000 | 11000111 | 11 | 111100 | 0 | 10110 | 100101001 | 110100 | 110111 |
Color Harmonies of #C250C7
Complementary color
Monochromatic Colors of #C250C7
Black with #C250C7
Text Example
Text Example
White with #C250C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250C7; }
p { color: rgb(194,80,199); }
H1.HeaderClassName
{
color: #C250C7;
}
.AnyTagClassName
{
color: #C250C7;
}
</style>
background-color css
<style>
a { background-color: #C250C7; }
a { background-color: rgb(194,80,199); }
div.DivClassName
{
background-color: #C250C7;
}
.BgClassName
{
background-color: #C250C7;
}
</style>
border-color css
<style>
span { border-color: #C250C7; }
span { border-color: rgb(194,80,199); }
td.TdClassName
{
border-color: #C250C7;
}
.TagClassName
{
border-color: #C250C7;
}
</style>