Shades of Fuchsia #C63DBD
Tints of Fuchsia #C63DBD
RGB
CMYK
RGB Variations
Color information
#C63DBD (or 0xC63DBD) is known color: Fuchsia. HEX triplet: C6, 3D and BD. RGB value is (198,61,189). Sum of RGB (Red+Green+Blue) = 198+61+189=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DBD is #39C242. Grayscale: #747474. Windows color (decimal): -3785283 or 12402118. OLE color: 12402118.
HSL color Cylindrical-coordinate representation of color #C63DBD: hue angle of 303.94º 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 #C63DBD is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 189 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.22 |
| HSL | 303.94º | 0.55% | 0.51% | - |
| HSV(B) | 303.94º | 0.69% | 0.78% | - |
| XYZ | 34.14 | 19.02 | 50.02 | - |
| YUV | 116.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 189 | 0 | 0.69 | 0.05 | 0.22 | 303.94 | 0.55 | 0.51 |
| Hex | C6 | 3D | BD | 0 | 45 | 5 | 16 | 130 | 37 | 33 |
| Octal | 306 | 75 | 275 | 0 | 105 | 5 | 26 | 460 | 67 | 63 |
| Binary | 11000110 | 111101 | 10111101 | 0 | 1000101 | 101 | 10110 | 100110000 | 110111 | 110011 |
Color Harmonies of #C63DBD
Complementary color
Monochromatic Colors of #C63DBD
Black with #C63DBD
Text Example
Text Example
White with #C63DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DBD; }
p { color: rgb(198,61,189); }
H1.HeaderClassName
{
color: #C63DBD;
}
.AnyTagClassName
{
color: #C63DBD;
}
</style>
background-color css
<style>
a { background-color: #C63DBD; }
a { background-color: rgb(198,61,189); }
div.DivClassName
{
background-color: #C63DBD;
}
.BgClassName
{
background-color: #C63DBD;
}
</style>
border-color css
<style>
span { border-color: #C63DBD; }
span { border-color: rgb(198,61,189); }
td.TdClassName
{
border-color: #C63DBD;
}
.TagClassName
{
border-color: #C63DBD;
}
</style>