Shades of Fuchsia #C731CB
Tints of Fuchsia #C731CB
RGB
CMYK
RGB Variations
Color information
#C731CB (or 0xC731CB) is known color: Fuchsia. HEX triplet: C7, 31 and CB. RGB value is (199,49,203). Sum of RGB (Red+Green+Blue) = 199+49+203=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #C731CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731CB is #38CE34. Grayscale: #6E6E6E. Windows color (decimal): -3722805 or 13316551. OLE color: 13316551.
HSL color Cylindrical-coordinate representation of color #C731CB: hue angle of 298.44º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C731CB is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 49 | 203 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.20 |
| HSL | 298.44º | 0.61% | 0.49% | - |
| HSV(B) | 298.44º | 0.76% | 0.8% | - |
| XYZ | 35.43 | 18.65 | 58.23 | - |
| YUV | 111.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 203 | 0.02 | 0.76 | 0 | 0.20 | 298.44 | 0.61 | 0.49 |
| Hex | C7 | 31 | CB | 2 | 4C | 0 | 14 | 12A | 3D | 31 |
| Octal | 307 | 61 | 313 | 2 | 114 | 0 | 24 | 452 | 75 | 61 |
| Binary | 11000111 | 110001 | 11001011 | 10 | 1001100 | 0 | 10100 | 100101010 | 111101 | 110001 |
Color Harmonies of #C731CB
Complementary color
Monochromatic Colors of #C731CB
Black with #C731CB
Text Example
Text Example
White with #C731CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731CB; }
p { color: rgb(199,49,203); }
H1.HeaderClassName
{
color: #C731CB;
}
.AnyTagClassName
{
color: #C731CB;
}
</style>
background-color css
<style>
a { background-color: #C731CB; }
a { background-color: rgb(199,49,203); }
div.DivClassName
{
background-color: #C731CB;
}
.BgClassName
{
background-color: #C731CB;
}
</style>
border-color css
<style>
span { border-color: #C731CB; }
span { border-color: rgb(199,49,203); }
td.TdClassName
{
border-color: #C731CB;
}
.TagClassName
{
border-color: #C731CB;
}
</style>