Shades of Fuchsia #C63DB8
Tints of Fuchsia #C63DB8
RGB
CMYK
RGB Variations
Color information
#C63DB8 (or 0xC63DB8) is known color: Fuchsia. HEX triplet: C6, 3D and B8. RGB value is (198,61,184). Sum of RGB (Red+Green+Blue) = 198+61+184=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DB8 is #39C247. Grayscale: #737373. Windows color (decimal): -3785288 or 12074438. OLE color: 12074438.
HSL color Cylindrical-coordinate representation of color #C63DB8: hue angle of 306.13º 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 #C63DB8 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 184 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.22 |
| HSL | 306.13º | 0.55% | 0.51% | - |
| HSV(B) | 306.13º | 0.69% | 0.78% | - |
| XYZ | 33.61 | 18.8 | 47.21 | - |
| YUV | 115.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 184 | 0 | 0.69 | 0.07 | 0.22 | 306.13 | 0.55 | 0.51 |
| Hex | C6 | 3D | B8 | 0 | 45 | 7 | 16 | 132 | 37 | 33 |
| Octal | 306 | 75 | 270 | 0 | 105 | 7 | 26 | 462 | 67 | 63 |
| Binary | 11000110 | 111101 | 10111000 | 0 | 1000101 | 111 | 10110 | 100110010 | 110111 | 110011 |
Color Harmonies of #C63DB8
Complementary color
Monochromatic Colors of #C63DB8
Black with #C63DB8
Text Example
Text Example
White with #C63DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DB8; }
p { color: rgb(198,61,184); }
H1.HeaderClassName
{
color: #C63DB8;
}
.AnyTagClassName
{
color: #C63DB8;
}
</style>
background-color css
<style>
a { background-color: #C63DB8; }
a { background-color: rgb(198,61,184); }
div.DivClassName
{
background-color: #C63DB8;
}
.BgClassName
{
background-color: #C63DB8;
}
</style>
border-color css
<style>
span { border-color: #C63DB8; }
span { border-color: rgb(198,61,184); }
td.TdClassName
{
border-color: #C63DB8;
}
.TagClassName
{
border-color: #C63DB8;
}
</style>