Shades of Fuchsia #C63BCD
Tints of Fuchsia #C63BCD
RGB
CMYK
RGB Variations
Color information
#C63BCD (or 0xC63BCD) is known color: Fuchsia. HEX triplet: C6, 3B and CD. RGB value is (198,59,205). Sum of RGB (Red+Green+Blue) = 198+59+205=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BCD is #39C432. Grayscale: #747474. Windows color (decimal): -3785779 or 13450182. OLE color: 13450182.
HSL color Cylindrical-coordinate representation of color #C63BCD: hue angle of 297.12º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63BCD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 59 | 205 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.20 |
| HSL | 297.12º | 0.59% | 0.52% | - |
| HSV(B) | 297.12º | 0.71% | 0.8% | - |
| XYZ | 35.87 | 19.54 | 59.64 | - |
| YUV | 117.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 205 | 0.03 | 0.71 | 0 | 0.20 | 297.12 | 0.59 | 0.52 |
| Hex | C6 | 3B | CD | 3 | 47 | 0 | 14 | 129 | 3B | 34 |
| Octal | 306 | 73 | 315 | 3 | 107 | 0 | 24 | 451 | 73 | 64 |
| Binary | 11000110 | 111011 | 11001101 | 11 | 1000111 | 0 | 10100 | 100101001 | 111011 | 110100 |
Color Harmonies of #C63BCD
Complementary color
Monochromatic Colors of #C63BCD
Black with #C63BCD
Text Example
Text Example
White with #C63BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BCD; }
p { color: rgb(198,59,205); }
H1.HeaderClassName
{
color: #C63BCD;
}
.AnyTagClassName
{
color: #C63BCD;
}
</style>
background-color css
<style>
a { background-color: #C63BCD; }
a { background-color: rgb(198,59,205); }
div.DivClassName
{
background-color: #C63BCD;
}
.BgClassName
{
background-color: #C63BCD;
}
</style>
border-color css
<style>
span { border-color: #C63BCD; }
span { border-color: rgb(198,59,205); }
td.TdClassName
{
border-color: #C63BCD;
}
.TagClassName
{
border-color: #C63BCD;
}
</style>