Shades of Fuchsia #C748BE
Tints of Fuchsia #C748BE
RGB
CMYK
RGB Variations
Color information
#C748BE (or 0xC748BE) is known color: Fuchsia. HEX triplet: C7, 48 and BE. RGB value is (199,72,190). Sum of RGB (Red+Green+Blue) = 199+72+190=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C748BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748BE is #38B741. Grayscale: #7B7B7B. Windows color (decimal): -3716930 or 12470471. OLE color: 12470471.
HSL color Cylindrical-coordinate representation of color #C748BE: hue angle of 304.25º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C748BE is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 190 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.22 |
| HSL | 304.25º | 0.53% | 0.53% | - |
| HSV(B) | 304.25º | 0.64% | 0.78% | - |
| XYZ | 35.16 | 20.49 | 50.82 | - |
| YUV | 123.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 190 | 0 | 0.64 | 0.05 | 0.22 | 304.25 | 0.53 | 0.53 |
| Hex | C7 | 48 | BE | 0 | 40 | 5 | 16 | 130 | 35 | 35 |
| Octal | 307 | 110 | 276 | 0 | 100 | 5 | 26 | 460 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10111110 | 0 | 1000000 | 101 | 10110 | 100110000 | 110101 | 110101 |
Color Harmonies of #C748BE
Complementary color
Monochromatic Colors of #C748BE
Black with #C748BE
Text Example
Text Example
White with #C748BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748BE; }
p { color: rgb(199,72,190); }
H1.HeaderClassName
{
color: #C748BE;
}
.AnyTagClassName
{
color: #C748BE;
}
</style>
background-color css
<style>
a { background-color: #C748BE; }
a { background-color: rgb(199,72,190); }
div.DivClassName
{
background-color: #C748BE;
}
.BgClassName
{
background-color: #C748BE;
}
</style>
border-color css
<style>
span { border-color: #C748BE; }
span { border-color: rgb(199,72,190); }
td.TdClassName
{
border-color: #C748BE;
}
.TagClassName
{
border-color: #C748BE;
}
</style>