Shades of Fuchsia #C250B4
Tints of Fuchsia #C250B4
RGB
CMYK
RGB Variations
Color information
#C250B4 (or 0xC250B4) is known color: Fuchsia. HEX triplet: C2, 50 and B4. RGB value is (194,80,180). Sum of RGB (Red+Green+Blue) = 194+80+180=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C250B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250B4 is #3DAF4B. Grayscale: #7D7D7D. Windows color (decimal): -4042572 or 11817154. OLE color: 11817154.
HSL color Cylindrical-coordinate representation of color #C250B4: hue angle of 307.37º 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 #C250B4 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 180 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.24 |
| HSL | 307.37º | 0.48% | 0.54% | - |
| HSV(B) | 307.37º | 0.59% | 0.76% | - |
| XYZ | 33.36 | 20.5 | 45.38 | - |
| YUV | 125.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 180 | 0 | 0.59 | 0.07 | 0.24 | 307.37 | 0.48 | 0.54 |
| Hex | C2 | 50 | B4 | 0 | 3B | 7 | 18 | 133 | 30 | 36 |
| Octal | 302 | 120 | 264 | 0 | 73 | 7 | 30 | 463 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10110100 | 0 | 111011 | 111 | 11000 | 100110011 | 110000 | 110110 |
Color Harmonies of #C250B4
Complementary color
Monochromatic Colors of #C250B4
Black with #C250B4
Text Example
Text Example
White with #C250B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250B4; }
p { color: rgb(194,80,180); }
H1.HeaderClassName
{
color: #C250B4;
}
.AnyTagClassName
{
color: #C250B4;
}
</style>
background-color css
<style>
a { background-color: #C250B4; }
a { background-color: rgb(194,80,180); }
div.DivClassName
{
background-color: #C250B4;
}
.BgClassName
{
background-color: #C250B4;
}
</style>
border-color css
<style>
span { border-color: #C250B4; }
span { border-color: rgb(194,80,180); }
td.TdClassName
{
border-color: #C250B4;
}
.TagClassName
{
border-color: #C250B4;
}
</style>