Shades of Fuchsia #C63DB6
Tints of Fuchsia #C63DB6
RGB
CMYK
RGB Variations
Color information
#C63DB6 (or 0xC63DB6) is known color: Fuchsia. HEX triplet: C6, 3D and B6. RGB value is (198,61,182). Sum of RGB (Red+Green+Blue) = 198+61+182=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DB6 is #39C249. Grayscale: #737373. Windows color (decimal): -3785290 or 11943366. OLE color: 11943366.
HSL color Cylindrical-coordinate representation of color #C63DB6: hue angle of 307.01º 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 #C63DB6 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 182 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.22 |
| HSL | 307.01º | 0.55% | 0.51% | - |
| HSV(B) | 307.01º | 0.69% | 0.78% | - |
| XYZ | 33.4 | 18.72 | 46.11 | - |
| YUV | 115.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 182 | 0 | 0.69 | 0.08 | 0.22 | 307.01 | 0.55 | 0.51 |
| Hex | C6 | 3D | B6 | 0 | 45 | 8 | 16 | 133 | 37 | 33 |
| Octal | 306 | 75 | 266 | 0 | 105 | 10 | 26 | 463 | 67 | 63 |
| Binary | 11000110 | 111101 | 10110110 | 0 | 1000101 | 1000 | 10110 | 100110011 | 110111 | 110011 |
Color Harmonies of #C63DB6
Complementary color
Monochromatic Colors of #C63DB6
Black with #C63DB6
Text Example
Text Example
White with #C63DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DB6; }
p { color: rgb(198,61,182); }
H1.HeaderClassName
{
color: #C63DB6;
}
.AnyTagClassName
{
color: #C63DB6;
}
</style>
background-color css
<style>
a { background-color: #C63DB6; }
a { background-color: rgb(198,61,182); }
div.DivClassName
{
background-color: #C63DB6;
}
.BgClassName
{
background-color: #C63DB6;
}
</style>
border-color css
<style>
span { border-color: #C63DB6; }
span { border-color: rgb(198,61,182); }
td.TdClassName
{
border-color: #C63DB6;
}
.TagClassName
{
border-color: #C63DB6;
}
</style>