Shades of Fuchsia #C231B4
Tints of Fuchsia #C231B4
RGB
CMYK
RGB Variations
Color information
#C231B4 (or 0xC231B4) is known color: Fuchsia. HEX triplet: C2, 31 and B4. RGB value is (194,49,180). Sum of RGB (Red+Green+Blue) = 194+49+180=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C231B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231B4 is #3DCE4B. Grayscale: #6A6A6A. Windows color (decimal): -4050508 or 11809218. OLE color: 11809218.
HSL color Cylindrical-coordinate representation of color #C231B4: hue angle of 305.79º 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 #C231B4 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 180 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.24 |
| HSL | 305.79º | 0.6% | 0.48% | - |
| HSV(B) | 305.79º | 0.75% | 0.76% | - |
| XYZ | 31.58 | 16.96 | 44.79 | - |
| YUV | 107.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 180 | 0 | 0.75 | 0.07 | 0.24 | 305.79 | 0.6 | 0.48 |
| Hex | C2 | 31 | B4 | 0 | 4B | 7 | 18 | 132 | 3C | 30 |
| Octal | 302 | 61 | 264 | 0 | 113 | 7 | 30 | 462 | 74 | 60 |
| Binary | 11000010 | 110001 | 10110100 | 0 | 1001011 | 111 | 11000 | 100110010 | 111100 | 110000 |
Color Harmonies of #C231B4
Complementary color
Monochromatic Colors of #C231B4
Black with #C231B4
Text Example
Text Example
White with #C231B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231B4; }
p { color: rgb(194,49,180); }
H1.HeaderClassName
{
color: #C231B4;
}
.AnyTagClassName
{
color: #C231B4;
}
</style>
background-color css
<style>
a { background-color: #C231B4; }
a { background-color: rgb(194,49,180); }
div.DivClassName
{
background-color: #C231B4;
}
.BgClassName
{
background-color: #C231B4;
}
</style>
border-color css
<style>
span { border-color: #C231B4; }
span { border-color: rgb(194,49,180); }
td.TdClassName
{
border-color: #C231B4;
}
.TagClassName
{
border-color: #C231B4;
}
</style>