Shades of Fuchsia #C748C2
Tints of Fuchsia #C748C2
RGB
CMYK
RGB Variations
Color information
#C748C2 (or 0xC748C2) is known color: Fuchsia. HEX triplet: C7, 48 and C2. RGB value is (199,72,194). Sum of RGB (Red+Green+Blue) = 199+72+194=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C748C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748C2 is #38B73D. Grayscale: #7B7B7B. Windows color (decimal): -3716926 or 12732615. OLE color: 12732615.
HSL color Cylindrical-coordinate representation of color #C748C2: hue angle of 302.36º 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 #C748C2 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 194 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.22 |
| HSL | 302.36º | 0.53% | 0.53% | - |
| HSV(B) | 302.36º | 0.64% | 0.78% | - |
| XYZ | 35.61 | 20.67 | 53.15 | - |
| YUV | 123.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 194 | 0 | 0.64 | 0.03 | 0.22 | 302.36 | 0.53 | 0.53 |
| Hex | C7 | 48 | C2 | 0 | 40 | 3 | 16 | 12E | 35 | 35 |
| Octal | 307 | 110 | 302 | 0 | 100 | 3 | 26 | 456 | 65 | 65 |
| Binary | 11000111 | 1001000 | 11000010 | 0 | 1000000 | 11 | 10110 | 100101110 | 110101 | 110101 |
Color Harmonies of #C748C2
Complementary color
Monochromatic Colors of #C748C2
Black with #C748C2
Text Example
Text Example
White with #C748C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C748C2; }
p { color: rgb(199,72,194); }
H1.HeaderClassName
{
color: #C748C2;
}
.AnyTagClassName
{
color: #C748C2;
}
</style>
background-color css
<style>
a { background-color: #C748C2; }
a { background-color: rgb(199,72,194); }
div.DivClassName
{
background-color: #C748C2;
}
.BgClassName
{
background-color: #C748C2;
}
</style>
border-color css
<style>
span { border-color: #C748C2; }
span { border-color: rgb(199,72,194); }
td.TdClassName
{
border-color: #C748C2;
}
.TagClassName
{
border-color: #C748C2;
}
</style>