Shades of Fuchsia #C63DC8
Tints of Fuchsia #C63DC8
RGB
CMYK
RGB Variations
Color information
#C63DC8 (or 0xC63DC8) is known color: Fuchsia. HEX triplet: C6, 3D and C8. RGB value is (198,61,200). Sum of RGB (Red+Green+Blue) = 198+61+200=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #C63DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DC8 is #39C237. Grayscale: #757575. Windows color (decimal): -3785272 or 13123014. OLE color: 13123014.
HSL color Cylindrical-coordinate representation of color #C63DC8: hue angle of 299.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63DC8 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 200 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.22 |
| HSL | 299.14º | 0.56% | 0.51% | - |
| HSV(B) | 299.14º | 0.7% | 0.78% | - |
| XYZ | 35.38 | 19.51 | 56.55 | - |
| YUV | 117.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 200 | 0.01 | 0.69 | 0 | 0.22 | 299.14 | 0.56 | 0.51 |
| Hex | C6 | 3D | C8 | 1 | 45 | 0 | 16 | 12B | 38 | 33 |
| Octal | 306 | 75 | 310 | 1 | 105 | 0 | 26 | 453 | 70 | 63 |
| Binary | 11000110 | 111101 | 11001000 | 1 | 1000101 | 0 | 10110 | 100101011 | 111000 | 110011 |
Color Harmonies of #C63DC8
Complementary color
Monochromatic Colors of #C63DC8
Black with #C63DC8
Text Example
Text Example
White with #C63DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DC8; }
p { color: rgb(198,61,200); }
H1.HeaderClassName
{
color: #C63DC8;
}
.AnyTagClassName
{
color: #C63DC8;
}
</style>
background-color css
<style>
a { background-color: #C63DC8; }
a { background-color: rgb(198,61,200); }
div.DivClassName
{
background-color: #C63DC8;
}
.BgClassName
{
background-color: #C63DC8;
}
</style>
border-color css
<style>
span { border-color: #C63DC8; }
span { border-color: rgb(198,61,200); }
td.TdClassName
{
border-color: #C63DC8;
}
.TagClassName
{
border-color: #C63DC8;
}
</style>