Shades of Fuchsia #C251CB
Tints of Fuchsia #C251CB
RGB
CMYK
RGB Variations
Color information
#C251CB (or 0xC251CB) is known color: Fuchsia. HEX triplet: C2, 51 and CB. RGB value is (194,81,203). Sum of RGB (Red+Green+Blue) = 194+81+203=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #C251CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251CB is #3DAE34. Grayscale: #808080. Windows color (decimal): -4042293 or 13324738. OLE color: 13324738.
HSL color Cylindrical-coordinate representation of color #C251CB: hue angle of 295.57º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C251CB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 81 | 203 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.20 |
| HSL | 295.57º | 0.54% | 0.56% | - |
| HSV(B) | 295.57º | 0.6% | 0.8% | - |
| XYZ | 35.97 | 21.67 | 58.79 | - |
| YUV | 128.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 203 | 0.04 | 0.60 | 0 | 0.20 | 295.57 | 0.54 | 0.56 |
| Hex | C2 | 51 | CB | 4 | 3C | 0 | 14 | 128 | 36 | 38 |
| Octal | 302 | 121 | 313 | 4 | 74 | 0 | 24 | 450 | 66 | 70 |
| Binary | 11000010 | 1010001 | 11001011 | 100 | 111100 | 0 | 10100 | 100101000 | 110110 | 111000 |
Color Harmonies of #C251CB
Complementary color
Monochromatic Colors of #C251CB
Black with #C251CB
Text Example
Text Example
White with #C251CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251CB; }
p { color: rgb(194,81,203); }
H1.HeaderClassName
{
color: #C251CB;
}
.AnyTagClassName
{
color: #C251CB;
}
</style>
background-color css
<style>
a { background-color: #C251CB; }
a { background-color: rgb(194,81,203); }
div.DivClassName
{
background-color: #C251CB;
}
.BgClassName
{
background-color: #C251CB;
}
</style>
border-color css
<style>
span { border-color: #C251CB; }
span { border-color: rgb(194,81,203); }
td.TdClassName
{
border-color: #C251CB;
}
.TagClassName
{
border-color: #C251CB;
}
</style>