Shades of Fuchsia #C63DCD
Tints of Fuchsia #C63DCD
RGB
CMYK
RGB Variations
Color information
#C63DCD (or 0xC63DCD) is known color: Fuchsia. HEX triplet: C6, 3D and CD. RGB value is (198,61,205). Sum of RGB (Red+Green+Blue) = 198+61+205=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DCD is #39C232. Grayscale: #757575. Windows color (decimal): -3785267 or 13450694. OLE color: 13450694.
HSL color Cylindrical-coordinate representation of color #C63DCD: hue angle of 297.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63DCD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 61 | 205 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.20 |
| HSL | 297.08º | 0.59% | 0.52% | - |
| HSV(B) | 297.08º | 0.7% | 0.8% | - |
| XYZ | 35.98 | 19.75 | 59.67 | - |
| YUV | 118.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 205 | 0.03 | 0.70 | 0 | 0.20 | 297.08 | 0.59 | 0.52 |
| Hex | C6 | 3D | CD | 3 | 46 | 0 | 14 | 129 | 3B | 34 |
| Octal | 306 | 75 | 315 | 3 | 106 | 0 | 24 | 451 | 73 | 64 |
| Binary | 11000110 | 111101 | 11001101 | 11 | 1000110 | 0 | 10100 | 100101001 | 111011 | 110100 |
Color Harmonies of #C63DCD
Complementary color
Monochromatic Colors of #C63DCD
Black with #C63DCD
Text Example
Text Example
White with #C63DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DCD; }
p { color: rgb(198,61,205); }
H1.HeaderClassName
{
color: #C63DCD;
}
.AnyTagClassName
{
color: #C63DCD;
}
</style>
background-color css
<style>
a { background-color: #C63DCD; }
a { background-color: rgb(198,61,205); }
div.DivClassName
{
background-color: #C63DCD;
}
.BgClassName
{
background-color: #C63DCD;
}
</style>
border-color css
<style>
span { border-color: #C63DCD; }
span { border-color: rgb(198,61,205); }
td.TdClassName
{
border-color: #C63DCD;
}
.TagClassName
{
border-color: #C63DCD;
}
</style>