Shades of Fuchsia #C63DB4
Tints of Fuchsia #C63DB4
RGB
CMYK
RGB Variations
Color information
#C63DB4 (or 0xC63DB4) is known color: Fuchsia. HEX triplet: C6, 3D and B4. RGB value is (198,61,180). Sum of RGB (Red+Green+Blue) = 198+61+180=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DB4 is #39C24B. Grayscale: #737373. Windows color (decimal): -3785292 or 11812294. OLE color: 11812294.
HSL color Cylindrical-coordinate representation of color #C63DB4: hue angle of 307.88º 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 #C63DB4 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 180 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.22 |
| HSL | 307.88º | 0.55% | 0.51% | - |
| HSV(B) | 307.88º | 0.69% | 0.78% | - |
| XYZ | 33.2 | 18.64 | 45.03 | - |
| YUV | 115.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 180 | 0 | 0.69 | 0.09 | 0.22 | 307.88 | 0.55 | 0.51 |
| Hex | C6 | 3D | B4 | 0 | 45 | 9 | 16 | 134 | 37 | 33 |
| Octal | 306 | 75 | 264 | 0 | 105 | 11 | 26 | 464 | 67 | 63 |
| Binary | 11000110 | 111101 | 10110100 | 0 | 1000101 | 1001 | 10110 | 100110100 | 110111 | 110011 |
Color Harmonies of #C63DB4
Complementary color
Monochromatic Colors of #C63DB4
Black with #C63DB4
Text Example
Text Example
White with #C63DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DB4; }
p { color: rgb(198,61,180); }
H1.HeaderClassName
{
color: #C63DB4;
}
.AnyTagClassName
{
color: #C63DB4;
}
</style>
background-color css
<style>
a { background-color: #C63DB4; }
a { background-color: rgb(198,61,180); }
div.DivClassName
{
background-color: #C63DB4;
}
.BgClassName
{
background-color: #C63DB4;
}
</style>
border-color css
<style>
span { border-color: #C63DB4; }
span { border-color: rgb(198,61,180); }
td.TdClassName
{
border-color: #C63DB4;
}
.TagClassName
{
border-color: #C63DB4;
}
</style>