Shades of Fuchsia #C743CC
Tints of Fuchsia #C743CC
RGB
CMYK
RGB Variations
Color information
#C743CC (or 0xC743CC) is known color: Fuchsia. HEX triplet: C7, 43 and CC. RGB value is (199,67,204). Sum of RGB (Red+Green+Blue) = 199+67+204=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C743CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C743CC is #38BC33. Grayscale: #797979. Windows color (decimal): -3718196 or 13386695. OLE color: 13386695.
HSL color Cylindrical-coordinate representation of color #C743CC: hue angle of 297.81º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C743CC is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 67 | 204 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.2 |
| HSL | 297.81º | 0.57% | 0.53% | - |
| HSV(B) | 297.81º | 0.67% | 0.8% | - |
| XYZ | 36.46 | 20.52 | 59.17 | - |
| YUV | 122.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 204 | 0.02 | 0.67 | 0 | 0.2 | 297.81 | 0.57 | 0.53 |
| Hex | C7 | 43 | CC | 2 | 43 | 0 | 14 | 12A | 39 | 35 |
| Octal | 307 | 103 | 314 | 2 | 103 | 0 | 24 | 452 | 71 | 65 |
| Binary | 11000111 | 1000011 | 11001100 | 10 | 1000011 | 0 | 10100 | 100101010 | 111001 | 110101 |
Color Harmonies of #C743CC
Complementary color
Monochromatic Colors of #C743CC
Black with #C743CC
Text Example
Text Example
White with #C743CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C743CC; }
p { color: rgb(199,67,204); }
H1.HeaderClassName
{
color: #C743CC;
}
.AnyTagClassName
{
color: #C743CC;
}
</style>
background-color css
<style>
a { background-color: #C743CC; }
a { background-color: rgb(199,67,204); }
div.DivClassName
{
background-color: #C743CC;
}
.BgClassName
{
background-color: #C743CC;
}
</style>
border-color css
<style>
span { border-color: #C743CC; }
span { border-color: rgb(199,67,204); }
td.TdClassName
{
border-color: #C743CC;
}
.TagClassName
{
border-color: #C743CC;
}
</style>