Shades of Fuchsia #C63CC9
Tints of Fuchsia #C63CC9
RGB
CMYK
RGB Variations
Color information
#C63CC9 (or 0xC63CC9) is known color: Fuchsia. HEX triplet: C6, 3C and C9. RGB value is (198,60,201). Sum of RGB (Red+Green+Blue) = 198+60+201=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #C63CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CC9 is #39C336. Grayscale: #747474. Windows color (decimal): -3785527 or 13188294. OLE color: 13188294.
HSL color Cylindrical-coordinate representation of color #C63CC9: hue angle of 298.72º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CC9 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 60 | 201 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.21 |
| HSL | 298.72º | 0.57% | 0.51% | - |
| HSV(B) | 298.72º | 0.7% | 0.79% | - |
| XYZ | 35.45 | 19.45 | 57.15 | - |
| YUV | 117.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 201 | 0.01 | 0.70 | 0 | 0.21 | 298.72 | 0.57 | 0.51 |
| Hex | C6 | 3C | C9 | 1 | 46 | 0 | 15 | 12B | 39 | 33 |
| Octal | 306 | 74 | 311 | 1 | 106 | 0 | 25 | 453 | 71 | 63 |
| Binary | 11000110 | 111100 | 11001001 | 1 | 1000110 | 0 | 10101 | 100101011 | 111001 | 110011 |
Color Harmonies of #C63CC9
Complementary color
Monochromatic Colors of #C63CC9
Black with #C63CC9
Text Example
Text Example
White with #C63CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CC9; }
p { color: rgb(198,60,201); }
H1.HeaderClassName
{
color: #C63CC9;
}
.AnyTagClassName
{
color: #C63CC9;
}
</style>
background-color css
<style>
a { background-color: #C63CC9; }
a { background-color: rgb(198,60,201); }
div.DivClassName
{
background-color: #C63CC9;
}
.BgClassName
{
background-color: #C63CC9;
}
</style>
border-color css
<style>
span { border-color: #C63CC9; }
span { border-color: rgb(198,60,201); }
td.TdClassName
{
border-color: #C63CC9;
}
.TagClassName
{
border-color: #C63CC9;
}
</style>