Shades of Fuchsia #C362CC
Tints of Fuchsia #C362CC
RGB
CMYK
RGB Variations
Color information
#C362CC (or 0xC362CC) is known color: Fuchsia. HEX triplet: C3, 62 and CC. RGB value is (195,98,204). Sum of RGB (Red+Green+Blue) = 195+98+204=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C362CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362CC is #3C9D33. Grayscale: #8A8A8A. Windows color (decimal): -3972404 or 13394627. OLE color: 13394627.
HSL color Cylindrical-coordinate representation of color #C362CC: hue angle of 294.91º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C362CC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 98 | 204 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.2 |
| HSL | 294.91º | 0.51% | 0.59% | - |
| HSV(B) | 294.91º | 0.52% | 0.8% | - |
| XYZ | 37.77 | 24.7 | 59.9 | - |
| YUV | 139.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 204 | 0.04 | 0.52 | 0 | 0.2 | 294.91 | 0.51 | 0.59 |
| Hex | C3 | 62 | CC | 4 | 34 | 0 | 14 | 127 | 33 | 3B |
| Octal | 303 | 142 | 314 | 4 | 64 | 0 | 24 | 447 | 63 | 73 |
| Binary | 11000011 | 1100010 | 11001100 | 100 | 110100 | 0 | 10100 | 100100111 | 110011 | 111011 |
Color Harmonies of #C362CC
Complementary color
Monochromatic Colors of #C362CC
Black with #C362CC
Text Example
Text Example
White with #C362CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362CC; }
p { color: rgb(195,98,204); }
H1.HeaderClassName
{
color: #C362CC;
}
.AnyTagClassName
{
color: #C362CC;
}
</style>
background-color css
<style>
a { background-color: #C362CC; }
a { background-color: rgb(195,98,204); }
div.DivClassName
{
background-color: #C362CC;
}
.BgClassName
{
background-color: #C362CC;
}
</style>
border-color css
<style>
span { border-color: #C362CC; }
span { border-color: rgb(195,98,204); }
td.TdClassName
{
border-color: #C362CC;
}
.TagClassName
{
border-color: #C362CC;
}
</style>