Shades of Fuchsia #C363CC
Tints of Fuchsia #C363CC
RGB
CMYK
RGB Variations
Color information
#C363CC (or 0xC363CC) is known color: Fuchsia. HEX triplet: C3, 63 and CC. RGB value is (195,99,204). Sum of RGB (Red+Green+Blue) = 195+99+204=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #C363CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363CC is #3C9C33. Grayscale: #8B8B8B. Windows color (decimal): -3972148 or 13394883. OLE color: 13394883.
HSL color Cylindrical-coordinate representation of color #C363CC: hue angle of 294.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C363CC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 99 | 204 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.2 |
| HSL | 294.86º | 0.51% | 0.59% | - |
| HSV(B) | 294.86º | 0.51% | 0.8% | - |
| XYZ | 37.87 | 24.89 | 59.93 | - |
| YUV | 139.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 204 | 0.04 | 0.51 | 0 | 0.2 | 294.86 | 0.51 | 0.59 |
| Hex | C3 | 63 | CC | 4 | 33 | 0 | 14 | 127 | 33 | 3B |
| Octal | 303 | 143 | 314 | 4 | 63 | 0 | 24 | 447 | 63 | 73 |
| Binary | 11000011 | 1100011 | 11001100 | 100 | 110011 | 0 | 10100 | 100100111 | 110011 | 111011 |
Color Harmonies of #C363CC
Complementary color
Monochromatic Colors of #C363CC
Black with #C363CC
Text Example
Text Example
White with #C363CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363CC; }
p { color: rgb(195,99,204); }
H1.HeaderClassName
{
color: #C363CC;
}
.AnyTagClassName
{
color: #C363CC;
}
</style>
background-color css
<style>
a { background-color: #C363CC; }
a { background-color: rgb(195,99,204); }
div.DivClassName
{
background-color: #C363CC;
}
.BgClassName
{
background-color: #C363CC;
}
</style>
border-color css
<style>
span { border-color: #C363CC; }
span { border-color: rgb(195,99,204); }
td.TdClassName
{
border-color: #C363CC;
}
.TagClassName
{
border-color: #C363CC;
}
</style>