Shades of Fuchsia #C63DB0
Tints of Fuchsia #C63DB0
RGB
CMYK
RGB Variations
Color information
#C63DB0 (or 0xC63DB0) is known color: Fuchsia. HEX triplet: C6, 3D and B0. RGB value is (198,61,176). Sum of RGB (Red+Green+Blue) = 198+61+176=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63DB0 is #39C24F. Grayscale: #727272. Windows color (decimal): -3785296 or 11550150. OLE color: 11550150.
HSL color Cylindrical-coordinate representation of color #C63DB0: hue angle of 309.64º 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 #C63DB0 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 176 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.22 |
| HSL | 309.64º | 0.55% | 0.51% | - |
| HSV(B) | 309.64º | 0.69% | 0.78% | - |
| XYZ | 32.79 | 18.48 | 42.91 | - |
| YUV | 115.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 176 | 0 | 0.69 | 0.11 | 0.22 | 309.64 | 0.55 | 0.51 |
| Hex | C6 | 3D | B0 | 0 | 45 | B | 16 | 136 | 37 | 33 |
| Octal | 306 | 75 | 260 | 0 | 105 | 13 | 26 | 466 | 67 | 63 |
| Binary | 11000110 | 111101 | 10110000 | 0 | 1000101 | 1011 | 10110 | 100110110 | 110111 | 110011 |
Color Harmonies of #C63DB0
Complementary color
Monochromatic Colors of #C63DB0
Black with #C63DB0
Text Example
Text Example
White with #C63DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DB0; }
p { color: rgb(198,61,176); }
H1.HeaderClassName
{
color: #C63DB0;
}
.AnyTagClassName
{
color: #C63DB0;
}
</style>
background-color css
<style>
a { background-color: #C63DB0; }
a { background-color: rgb(198,61,176); }
div.DivClassName
{
background-color: #C63DB0;
}
.BgClassName
{
background-color: #C63DB0;
}
</style>
border-color css
<style>
span { border-color: #C63DB0; }
span { border-color: rgb(198,61,176); }
td.TdClassName
{
border-color: #C63DB0;
}
.TagClassName
{
border-color: #C63DB0;
}
</style>