Shades of Fuchsia #C63ACD
Tints of Fuchsia #C63ACD
RGB
CMYK
RGB Variations
Color information
#C63ACD (or 0xC63ACD) is known color: Fuchsia. HEX triplet: C6, 3A and CD. RGB value is (198,58,205). Sum of RGB (Red+Green+Blue) = 198+58+205=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #C63ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ACD is #39C532. Grayscale: #747474. Windows color (decimal): -3786035 or 13449926. OLE color: 13449926.
HSL color Cylindrical-coordinate representation of color #C63ACD: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63ACD is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 58 | 205 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.20 |
| HSL | 297.14º | 0.6% | 0.52% | - |
| HSV(B) | 297.14º | 0.72% | 0.8% | - |
| XYZ | 35.82 | 19.44 | 59.62 | - |
| YUV | 116.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 205 | 0.03 | 0.72 | 0 | 0.20 | 297.14 | 0.6 | 0.52 |
| Hex | C6 | 3A | CD | 3 | 48 | 0 | 14 | 129 | 3C | 34 |
| Octal | 306 | 72 | 315 | 3 | 110 | 0 | 24 | 451 | 74 | 64 |
| Binary | 11000110 | 111010 | 11001101 | 11 | 1001000 | 0 | 10100 | 100101001 | 111100 | 110100 |
Color Harmonies of #C63ACD
Complementary color
Monochromatic Colors of #C63ACD
Black with #C63ACD
Text Example
Text Example
White with #C63ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ACD; }
p { color: rgb(198,58,205); }
H1.HeaderClassName
{
color: #C63ACD;
}
.AnyTagClassName
{
color: #C63ACD;
}
</style>
background-color css
<style>
a { background-color: #C63ACD; }
a { background-color: rgb(198,58,205); }
div.DivClassName
{
background-color: #C63ACD;
}
.BgClassName
{
background-color: #C63ACD;
}
</style>
border-color css
<style>
span { border-color: #C63ACD; }
span { border-color: rgb(198,58,205); }
td.TdClassName
{
border-color: #C63ACD;
}
.TagClassName
{
border-color: #C63ACD;
}
</style>