Shades of Fuchsia #C63FC9
Tints of Fuchsia #C63FC9
RGB
CMYK
RGB Variations
Color information
#C63FC9 (or 0xC63FC9) is known color: Fuchsia. HEX triplet: C6, 3F and C9. RGB value is (198,63,201). Sum of RGB (Red+Green+Blue) = 198+63+201=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #C63FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FC9 is #39C036. Grayscale: #767676. Windows color (decimal): -3784759 or 13189062. OLE color: 13189062.
HSL color Cylindrical-coordinate representation of color #C63FC9: hue angle of 298.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63FC9 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 63 | 201 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.21 |
| HSL | 298.7º | 0.56% | 0.52% | - |
| HSV(B) | 298.7º | 0.69% | 0.79% | - |
| XYZ | 35.61 | 19.78 | 57.2 | - |
| YUV | 119.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 201 | 0.01 | 0.69 | 0 | 0.21 | 298.7 | 0.56 | 0.52 |
| Hex | C6 | 3F | C9 | 1 | 45 | 0 | 15 | 12B | 38 | 34 |
| Octal | 306 | 77 | 311 | 1 | 105 | 0 | 25 | 453 | 70 | 64 |
| Binary | 11000110 | 111111 | 11001001 | 1 | 1000101 | 0 | 10101 | 100101011 | 111000 | 110100 |
Color Harmonies of #C63FC9
Complementary color
Monochromatic Colors of #C63FC9
Black with #C63FC9
Text Example
Text Example
White with #C63FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FC9; }
p { color: rgb(198,63,201); }
H1.HeaderClassName
{
color: #C63FC9;
}
.AnyTagClassName
{
color: #C63FC9;
}
</style>
background-color css
<style>
a { background-color: #C63FC9; }
a { background-color: rgb(198,63,201); }
div.DivClassName
{
background-color: #C63FC9;
}
.BgClassName
{
background-color: #C63FC9;
}
</style>
border-color css
<style>
span { border-color: #C63FC9; }
span { border-color: rgb(198,63,201); }
td.TdClassName
{
border-color: #C63FC9;
}
.TagClassName
{
border-color: #C63FC9;
}
</style>