Shades of Fuchsia #C751CC
Tints of Fuchsia #C751CC
RGB
CMYK
RGB Variations
Color information
#C751CC (or 0xC751CC) is known color: Fuchsia. HEX triplet: C7, 51 and CC. RGB value is (199,81,204). Sum of RGB (Red+Green+Blue) = 199+81+204=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #C751CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751CC is #38AE33. Grayscale: #818181. Windows color (decimal): -3714612 or 13390279. OLE color: 13390279.
HSL color Cylindrical-coordinate representation of color #C751CC: hue angle of 297.56º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C751CC is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 81 | 204 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.2 |
| HSL | 297.56º | 0.55% | 0.56% | - |
| HSV(B) | 297.56º | 0.6% | 0.8% | - |
| XYZ | 37.39 | 22.39 | 59.48 | - |
| YUV | 130.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 204 | 0.02 | 0.60 | 0 | 0.2 | 297.56 | 0.55 | 0.56 |
| Hex | C7 | 51 | CC | 2 | 3C | 0 | 14 | 12A | 37 | 38 |
| Octal | 307 | 121 | 314 | 2 | 74 | 0 | 24 | 452 | 67 | 70 |
| Binary | 11000111 | 1010001 | 11001100 | 10 | 111100 | 0 | 10100 | 100101010 | 110111 | 111000 |
Color Harmonies of #C751CC
Complementary color
Monochromatic Colors of #C751CC
Black with #C751CC
Text Example
Text Example
White with #C751CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751CC; }
p { color: rgb(199,81,204); }
H1.HeaderClassName
{
color: #C751CC;
}
.AnyTagClassName
{
color: #C751CC;
}
</style>
background-color css
<style>
a { background-color: #C751CC; }
a { background-color: rgb(199,81,204); }
div.DivClassName
{
background-color: #C751CC;
}
.BgClassName
{
background-color: #C751CC;
}
</style>
border-color css
<style>
span { border-color: #C751CC; }
span { border-color: rgb(199,81,204); }
td.TdClassName
{
border-color: #C751CC;
}
.TagClassName
{
border-color: #C751CC;
}
</style>