Shades of Fuchsia #C63FCD
Tints of Fuchsia #C63FCD
RGB
CMYK
RGB Variations
Color information
#C63FCD (or 0xC63FCD) is known color: Fuchsia. HEX triplet: C6, 3F and CD. RGB value is (198,63,205). Sum of RGB (Red+Green+Blue) = 198+63+205=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCD is #39C032. Grayscale: #777777. Windows color (decimal): -3784755 or 13451206. OLE color: 13451206.
HSL color Cylindrical-coordinate representation of color #C63FCD: hue angle of 297.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63FCD is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 63 | 205 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.20 |
| HSL | 297.04º | 0.59% | 0.53% | - |
| HSV(B) | 297.04º | 0.69% | 0.8% | - |
| XYZ | 36.09 | 19.97 | 59.71 | - |
| YUV | 119.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 205 | 0.03 | 0.69 | 0 | 0.20 | 297.04 | 0.59 | 0.53 |
| Hex | C6 | 3F | CD | 3 | 45 | 0 | 14 | 129 | 3B | 35 |
| Octal | 306 | 77 | 315 | 3 | 105 | 0 | 24 | 451 | 73 | 65 |
| Binary | 11000110 | 111111 | 11001101 | 11 | 1000101 | 0 | 10100 | 100101001 | 111011 | 110101 |
Color Harmonies of #C63FCD
Complementary color
Monochromatic Colors of #C63FCD
Black with #C63FCD
Text Example
Text Example
White with #C63FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FCD; }
p { color: rgb(198,63,205); }
H1.HeaderClassName
{
color: #C63FCD;
}
.AnyTagClassName
{
color: #C63FCD;
}
</style>
background-color css
<style>
a { background-color: #C63FCD; }
a { background-color: rgb(198,63,205); }
div.DivClassName
{
background-color: #C63FCD;
}
.BgClassName
{
background-color: #C63FCD;
}
</style>
border-color css
<style>
span { border-color: #C63FCD; }
span { border-color: rgb(198,63,205); }
td.TdClassName
{
border-color: #C63FCD;
}
.TagClassName
{
border-color: #C63FCD;
}
</style>