Shades of Fuchsia #C743CD
Tints of Fuchsia #C743CD
RGB
CMYK
RGB Variations
Color information
#C743CD (or 0xC743CD) is known color: Fuchsia. HEX triplet: C7, 43 and CD. RGB value is (199,67,205). Sum of RGB (Red+Green+Blue) = 199+67+205=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #C743CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C743CD is #38BC32. Grayscale: #797979. Windows color (decimal): -3718195 or 13452231. OLE color: 13452231.
HSL color Cylindrical-coordinate representation of color #C743CD: hue angle of 297.39º degrees, saturation: 0.58, 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 #C743CD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 67 | 205 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.20 |
| HSL | 297.39º | 0.58% | 0.53% | - |
| HSV(B) | 297.39º | 0.67% | 0.8% | - |
| XYZ | 36.58 | 20.56 | 59.8 | - |
| YUV | 122.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 205 | 0.03 | 0.67 | 0 | 0.20 | 297.39 | 0.58 | 0.53 |
| Hex | C7 | 43 | CD | 3 | 43 | 0 | 14 | 129 | 3A | 35 |
| Octal | 307 | 103 | 315 | 3 | 103 | 0 | 24 | 451 | 72 | 65 |
| Binary | 11000111 | 1000011 | 11001101 | 11 | 1000011 | 0 | 10100 | 100101001 | 111010 | 110101 |
Color Harmonies of #C743CD
Complementary color
Monochromatic Colors of #C743CD
Black with #C743CD
Text Example
Text Example
White with #C743CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C743CD; }
p { color: rgb(199,67,205); }
H1.HeaderClassName
{
color: #C743CD;
}
.AnyTagClassName
{
color: #C743CD;
}
</style>
background-color css
<style>
a { background-color: #C743CD; }
a { background-color: rgb(199,67,205); }
div.DivClassName
{
background-color: #C743CD;
}
.BgClassName
{
background-color: #C743CD;
}
</style>
border-color css
<style>
span { border-color: #C743CD; }
span { border-color: rgb(199,67,205); }
td.TdClassName
{
border-color: #C743CD;
}
.TagClassName
{
border-color: #C743CD;
}
</style>