Shades of Fuchsia #C250B1
Tints of Fuchsia #C250B1
RGB
CMYK
RGB Variations
Color information
#C250B1 (or 0xC250B1) is known color: Fuchsia. HEX triplet: C2, 50 and B1. RGB value is (194,80,177). Sum of RGB (Red+Green+Blue) = 194+80+177=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C250B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C250B1 is #3DAF4E. Grayscale: #7C7C7C. Windows color (decimal): -4042575 or 11620546. OLE color: 11620546.
HSL color Cylindrical-coordinate representation of color #C250B1: hue angle of 308.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C250B1 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 177 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.24 |
| HSL | 308.95º | 0.48% | 0.54% | - |
| HSV(B) | 308.95º | 0.59% | 0.76% | - |
| XYZ | 33.05 | 20.38 | 43.79 | - |
| YUV | 125.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 177 | 0 | 0.59 | 0.09 | 0.24 | 308.95 | 0.48 | 0.54 |
| Hex | C2 | 50 | B1 | 0 | 3B | 9 | 18 | 135 | 30 | 36 |
| Octal | 302 | 120 | 261 | 0 | 73 | 11 | 30 | 465 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10110001 | 0 | 111011 | 1001 | 11000 | 100110101 | 110000 | 110110 |
Color Harmonies of #C250B1
Complementary color
Monochromatic Colors of #C250B1
Black with #C250B1
Text Example
Text Example
White with #C250B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250B1; }
p { color: rgb(194,80,177); }
H1.HeaderClassName
{
color: #C250B1;
}
.AnyTagClassName
{
color: #C250B1;
}
</style>
background-color css
<style>
a { background-color: #C250B1; }
a { background-color: rgb(194,80,177); }
div.DivClassName
{
background-color: #C250B1;
}
.BgClassName
{
background-color: #C250B1;
}
</style>
border-color css
<style>
span { border-color: #C250B1; }
span { border-color: rgb(194,80,177); }
td.TdClassName
{
border-color: #C250B1;
}
.TagClassName
{
border-color: #C250B1;
}
</style>