Shades of Fuchsia #C748C9
Tints of Fuchsia #C748C9
RGB
CMYK
RGB Variations
Color information
#C748C9 (or 0xC748C9) is known color: Fuchsia. HEX triplet: C7, 48 and C9. RGB value is (199,72,201). Sum of RGB (Red+Green+Blue) = 199+72+201=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #C748C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748C9 is #38B736. Grayscale: #7C7C7C. Windows color (decimal): -3716919 or 13191367. OLE color: 13191367.
HSL color Cylindrical-coordinate representation of color #C748C9: hue angle of 299.07º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C748C9 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 72 | 201 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.21 |
| HSL | 299.07º | 0.54% | 0.54% | - |
| HSV(B) | 299.07º | 0.64% | 0.79% | - |
| XYZ | 36.41 | 20.99 | 57.39 | - |
| YUV | 124.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 201 | 0.01 | 0.64 | 0 | 0.21 | 299.07 | 0.54 | 0.54 |
| Hex | C7 | 48 | C9 | 1 | 40 | 0 | 15 | 12B | 36 | 36 |
| Octal | 307 | 110 | 311 | 1 | 100 | 0 | 25 | 453 | 66 | 66 |
| Binary | 11000111 | 1001000 | 11001001 | 1 | 1000000 | 0 | 10101 | 100101011 | 110110 | 110110 |
Color Harmonies of #C748C9
Complementary color
Monochromatic Colors of #C748C9
Black with #C748C9
Text Example
Text Example
White with #C748C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748C9; }
p { color: rgb(199,72,201); }
H1.HeaderClassName
{
color: #C748C9;
}
.AnyTagClassName
{
color: #C748C9;
}
</style>
background-color css
<style>
a { background-color: #C748C9; }
a { background-color: rgb(199,72,201); }
div.DivClassName
{
background-color: #C748C9;
}
.BgClassName
{
background-color: #C748C9;
}
</style>
border-color css
<style>
span { border-color: #C748C9; }
span { border-color: rgb(199,72,201); }
td.TdClassName
{
border-color: #C748C9;
}
.TagClassName
{
border-color: #C748C9;
}
</style>