Shades of Fuchsia #C63FBD
Tints of Fuchsia #C63FBD
RGB
CMYK
RGB Variations
Color information
#C63FBD (or 0xC63FBD) is known color: Fuchsia. HEX triplet: C6, 3F and BD. RGB value is (198,63,189). Sum of RGB (Red+Green+Blue) = 198+63+189=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FBD is #39C042. Grayscale: #757575. Windows color (decimal): -3784771 or 12402630. OLE color: 12402630.
HSL color Cylindrical-coordinate representation of color #C63FBD: hue angle of 304º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63FBD is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 189 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.22 |
| HSL | 304º | 0.54% | 0.51% | - |
| HSV(B) | 304º | 0.68% | 0.78% | - |
| XYZ | 34.25 | 19.23 | 50.05 | - |
| YUV | 117.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 189 | 0 | 0.68 | 0.05 | 0.22 | 304 | 0.54 | 0.51 |
| Hex | C6 | 3F | BD | 0 | 44 | 5 | 16 | 130 | 36 | 33 |
| Octal | 306 | 77 | 275 | 0 | 104 | 5 | 26 | 460 | 66 | 63 |
| Binary | 11000110 | 111111 | 10111101 | 0 | 1000100 | 101 | 10110 | 100110000 | 110110 | 110011 |
Color Harmonies of #C63FBD
Complementary color
Monochromatic Colors of #C63FBD
Black with #C63FBD
Text Example
Text Example
White with #C63FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FBD; }
p { color: rgb(198,63,189); }
H1.HeaderClassName
{
color: #C63FBD;
}
.AnyTagClassName
{
color: #C63FBD;
}
</style>
background-color css
<style>
a { background-color: #C63FBD; }
a { background-color: rgb(198,63,189); }
div.DivClassName
{
background-color: #C63FBD;
}
.BgClassName
{
background-color: #C63FBD;
}
</style>
border-color css
<style>
span { border-color: #C63FBD; }
span { border-color: rgb(198,63,189); }
td.TdClassName
{
border-color: #C63FBD;
}
.TagClassName
{
border-color: #C63FBD;
}
</style>