Shades of Fuchsia #C63ECD
Tints of Fuchsia #C63ECD
RGB
CMYK
RGB Variations
Color information
#C63ECD (or 0xC63ECD) is known color: Fuchsia. HEX triplet: C6, 3E and CD. RGB value is (198,62,205). Sum of RGB (Red+Green+Blue) = 198+62+205=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ECD is #39C132. Grayscale: #767676. Windows color (decimal): -3785011 or 13450950. OLE color: 13450950.
HSL color Cylindrical-coordinate representation of color #C63ECD: hue angle of 297.06º 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 #C63ECD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 62 | 205 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.20 |
| HSL | 297.06º | 0.59% | 0.52% | - |
| HSV(B) | 297.06º | 0.7% | 0.8% | - |
| XYZ | 36.03 | 19.86 | 59.69 | - |
| YUV | 118.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 205 | 0.03 | 0.70 | 0 | 0.20 | 297.06 | 0.59 | 0.52 |
| Hex | C6 | 3E | CD | 3 | 46 | 0 | 14 | 129 | 3B | 34 |
| Octal | 306 | 76 | 315 | 3 | 106 | 0 | 24 | 451 | 73 | 64 |
| Binary | 11000110 | 111110 | 11001101 | 11 | 1000110 | 0 | 10100 | 100101001 | 111011 | 110100 |
Color Harmonies of #C63ECD
Complementary color
Monochromatic Colors of #C63ECD
Black with #C63ECD
Text Example
Text Example
White with #C63ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ECD; }
p { color: rgb(198,62,205); }
H1.HeaderClassName
{
color: #C63ECD;
}
.AnyTagClassName
{
color: #C63ECD;
}
</style>
background-color css
<style>
a { background-color: #C63ECD; }
a { background-color: rgb(198,62,205); }
div.DivClassName
{
background-color: #C63ECD;
}
.BgClassName
{
background-color: #C63ECD;
}
</style>
border-color css
<style>
span { border-color: #C63ECD; }
span { border-color: rgb(198,62,205); }
td.TdClassName
{
border-color: #C63ECD;
}
.TagClassName
{
border-color: #C63ECD;
}
</style>