Shades of Fuchsia #C63DC7
Tints of Fuchsia #C63DC7
RGB
CMYK
RGB Variations
Color information
#C63DC7 (or 0xC63DC7) is known color: Fuchsia. HEX triplet: C6, 3D and C7. RGB value is (198,61,199). Sum of RGB (Red+Green+Blue) = 198+61+199=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 199 - color contains mainly: blue. Hex color #C63DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DC7 is #39C238. Grayscale: #757575. Windows color (decimal): -3785273 or 13057478. OLE color: 13057478.
HSL color Cylindrical-coordinate representation of color #C63DC7: hue angle of 299.57º degrees, saturation: 0.55, 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 #C63DC7 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 199 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.22 |
| HSL | 299.57º | 0.55% | 0.51% | - |
| HSV(B) | 299.57º | 0.69% | 0.78% | - |
| XYZ | 35.27 | 19.47 | 55.93 | - |
| YUV | 117.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 199 | 0.01 | 0.69 | 0 | 0.22 | 299.57 | 0.55 | 0.51 |
| Hex | C6 | 3D | C7 | 1 | 45 | 0 | 16 | 12C | 37 | 33 |
| Octal | 306 | 75 | 307 | 1 | 105 | 0 | 26 | 454 | 67 | 63 |
| Binary | 11000110 | 111101 | 11000111 | 1 | 1000101 | 0 | 10110 | 100101100 | 110111 | 110011 |
Color Harmonies of #C63DC7
Complementary color
Monochromatic Colors of #C63DC7
Black with #C63DC7
Text Example
Text Example
White with #C63DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DC7; }
p { color: rgb(198,61,199); }
H1.HeaderClassName
{
color: #C63DC7;
}
.AnyTagClassName
{
color: #C63DC7;
}
</style>
background-color css
<style>
a { background-color: #C63DC7; }
a { background-color: rgb(198,61,199); }
div.DivClassName
{
background-color: #C63DC7;
}
.BgClassName
{
background-color: #C63DC7;
}
</style>
border-color css
<style>
span { border-color: #C63DC7; }
span { border-color: rgb(198,61,199); }
td.TdClassName
{
border-color: #C63DC7;
}
.TagClassName
{
border-color: #C63DC7;
}
</style>