Shades of Fuchsia #C63DB3
Tints of Fuchsia #C63DB3
RGB
CMYK
RGB Variations
Color information
#C63DB3 (or 0xC63DB3) is known color: Fuchsia. HEX triplet: C6, 3D and B3. RGB value is (198,61,179). Sum of RGB (Red+Green+Blue) = 198+61+179=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DB3 is #39C24C. Grayscale: #737373. Windows color (decimal): -3785293 or 11746758. OLE color: 11746758.
HSL color Cylindrical-coordinate representation of color #C63DB3: hue angle of 308.32º 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 #C63DB3 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 179 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.22 |
| HSL | 308.32º | 0.55% | 0.51% | - |
| HSV(B) | 308.32º | 0.69% | 0.78% | - |
| XYZ | 33.09 | 18.6 | 44.49 | - |
| YUV | 115.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 179 | 0 | 0.69 | 0.10 | 0.22 | 308.32 | 0.55 | 0.51 |
| Hex | C6 | 3D | B3 | 0 | 45 | A | 16 | 134 | 37 | 33 |
| Octal | 306 | 75 | 263 | 0 | 105 | 12 | 26 | 464 | 67 | 63 |
| Binary | 11000110 | 111101 | 10110011 | 0 | 1000101 | 1010 | 10110 | 100110100 | 110111 | 110011 |
Color Harmonies of #C63DB3
Complementary color
Monochromatic Colors of #C63DB3
Black with #C63DB3
Text Example
Text Example
White with #C63DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DB3; }
p { color: rgb(198,61,179); }
H1.HeaderClassName
{
color: #C63DB3;
}
.AnyTagClassName
{
color: #C63DB3;
}
</style>
background-color css
<style>
a { background-color: #C63DB3; }
a { background-color: rgb(198,61,179); }
div.DivClassName
{
background-color: #C63DB3;
}
.BgClassName
{
background-color: #C63DB3;
}
</style>
border-color css
<style>
span { border-color: #C63DB3; }
span { border-color: rgb(198,61,179); }
td.TdClassName
{
border-color: #C63DB3;
}
.TagClassName
{
border-color: #C63DB3;
}
</style>