Shades of Fuchsia #C63CCC
Tints of Fuchsia #C63CCC
RGB
CMYK
RGB Variations
Color information
#C63CCC (or 0xC63CCC) is known color: Fuchsia. HEX triplet: C6, 3C and CC. RGB value is (198,60,204). Sum of RGB (Red+Green+Blue) = 198+60+204=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #C63CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CCC is #39C333. Grayscale: #757575. Windows color (decimal): -3785524 or 13384902. OLE color: 13384902.
HSL color Cylindrical-coordinate representation of color #C63CCC: hue angle of 297.5º 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 #C63CCC is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 60 | 204 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.2 |
| HSL | 297.5º | 0.59% | 0.52% | - |
| HSV(B) | 297.5º | 0.71% | 0.8% | - |
| XYZ | 35.8 | 19.6 | 59.02 | - |
| YUV | 117.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 204 | 0.03 | 0.71 | 0 | 0.2 | 297.5 | 0.59 | 0.52 |
| Hex | C6 | 3C | CC | 3 | 47 | 0 | 14 | 12A | 3B | 34 |
| Octal | 306 | 74 | 314 | 3 | 107 | 0 | 24 | 452 | 73 | 64 |
| Binary | 11000110 | 111100 | 11001100 | 11 | 1000111 | 0 | 10100 | 100101010 | 111011 | 110100 |
Color Harmonies of #C63CCC
Complementary color
Monochromatic Colors of #C63CCC
Black with #C63CCC
Text Example
Text Example
White with #C63CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CCC; }
p { color: rgb(198,60,204); }
H1.HeaderClassName
{
color: #C63CCC;
}
.AnyTagClassName
{
color: #C63CCC;
}
</style>
background-color css
<style>
a { background-color: #C63CCC; }
a { background-color: rgb(198,60,204); }
div.DivClassName
{
background-color: #C63CCC;
}
.BgClassName
{
background-color: #C63CCC;
}
</style>
border-color css
<style>
span { border-color: #C63CCC; }
span { border-color: rgb(198,60,204); }
td.TdClassName
{
border-color: #C63CCC;
}
.TagClassName
{
border-color: #C63CCC;
}
</style>