Shades of Fuchsia #C251C3
Tints of Fuchsia #C251C3
RGB
CMYK
RGB Variations
Color information
#C251C3 (or 0xC251C3) is known color: Fuchsia. HEX triplet: C2, 51 and C3. RGB value is (194,81,195). Sum of RGB (Red+Green+Blue) = 194+81+195=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #C251C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251C3 is #3DAE3C. Grayscale: #7F7F7F. Windows color (decimal): -4042301 or 12800450. OLE color: 12800450.
HSL color Cylindrical-coordinate representation of color #C251C3: hue angle of 299.47º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C251C3 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 195 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.24 |
| HSL | 299.47º | 0.49% | 0.54% | - |
| HSV(B) | 299.47º | 0.58% | 0.76% | - |
| XYZ | 35.04 | 21.29 | 53.89 | - |
| YUV | 127.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 195 | 0.01 | 0.58 | 0 | 0.24 | 299.47 | 0.49 | 0.54 |
| Hex | C2 | 51 | C3 | 1 | 3A | 0 | 18 | 12B | 31 | 36 |
| Octal | 302 | 121 | 303 | 1 | 72 | 0 | 30 | 453 | 61 | 66 |
| Binary | 11000010 | 1010001 | 11000011 | 1 | 111010 | 0 | 11000 | 100101011 | 110001 | 110110 |
Color Harmonies of #C251C3
Complementary color
Monochromatic Colors of #C251C3
Black with #C251C3
Text Example
Text Example
White with #C251C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251C3; }
p { color: rgb(194,81,195); }
H1.HeaderClassName
{
color: #C251C3;
}
.AnyTagClassName
{
color: #C251C3;
}
</style>
background-color css
<style>
a { background-color: #C251C3; }
a { background-color: rgb(194,81,195); }
div.DivClassName
{
background-color: #C251C3;
}
.BgClassName
{
background-color: #C251C3;
}
</style>
border-color css
<style>
span { border-color: #C251C3; }
span { border-color: rgb(194,81,195); }
td.TdClassName
{
border-color: #C251C3;
}
.TagClassName
{
border-color: #C251C3;
}
</style>