Shades of Fuchsia #C231B7
Tints of Fuchsia #C231B7
RGB
CMYK
RGB Variations
Color information
#C231B7 (or 0xC231B7) is known color: Fuchsia. HEX triplet: C2, 31 and B7. RGB value is (194,49,183). Sum of RGB (Red+Green+Blue) = 194+49+183=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C231B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231B7 is #3DCE48. Grayscale: #6B6B6B. Windows color (decimal): -4050505 or 12005826. OLE color: 12005826.
HSL color Cylindrical-coordinate representation of color #C231B7: hue angle of 304.55º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231B7 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 183 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.24 |
| HSL | 304.55º | 0.6% | 0.48% | - |
| HSV(B) | 304.55º | 0.75% | 0.76% | - |
| XYZ | 31.89 | 17.08 | 46.42 | - |
| YUV | 107.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 183 | 0 | 0.75 | 0.06 | 0.24 | 304.55 | 0.6 | 0.48 |
| Hex | C2 | 31 | B7 | 0 | 4B | 6 | 18 | 131 | 3C | 30 |
| Octal | 302 | 61 | 267 | 0 | 113 | 6 | 30 | 461 | 74 | 60 |
| Binary | 11000010 | 110001 | 10110111 | 0 | 1001011 | 110 | 11000 | 100110001 | 111100 | 110000 |
Color Harmonies of #C231B7
Complementary color
Monochromatic Colors of #C231B7
Black with #C231B7
Text Example
Text Example
White with #C231B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231B7; }
p { color: rgb(194,49,183); }
H1.HeaderClassName
{
color: #C231B7;
}
.AnyTagClassName
{
color: #C231B7;
}
</style>
background-color css
<style>
a { background-color: #C231B7; }
a { background-color: rgb(194,49,183); }
div.DivClassName
{
background-color: #C231B7;
}
.BgClassName
{
background-color: #C231B7;
}
</style>
border-color css
<style>
span { border-color: #C231B7; }
span { border-color: rgb(194,49,183); }
td.TdClassName
{
border-color: #C231B7;
}
.TagClassName
{
border-color: #C231B7;
}
</style>