Shades of Fuchsia #C368C6
Tints of Fuchsia #C368C6
RGB
CMYK
RGB Variations
Color information
#C368C6 (or 0xC368C6) is known color: Fuchsia. HEX triplet: C3, 68 and C6. RGB value is (195,104,198). Sum of RGB (Red+Green+Blue) = 195+104+198=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #C368C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368C6 is #3C9739. Grayscale: #8D8D8D. Windows color (decimal): -3970874 or 13002947. OLE color: 13002947.
HSL color Cylindrical-coordinate representation of color #C368C6: hue angle of 298.09º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368C6 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 104 | 198 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.22 |
| HSL | 298.09º | 0.45% | 0.59% | - |
| HSV(B) | 298.09º | 0.47% | 0.78% | - |
| XYZ | 37.65 | 25.58 | 56.38 | - |
| YUV | 141.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 198 | 0.02 | 0.47 | 0 | 0.22 | 298.09 | 0.45 | 0.59 |
| Hex | C3 | 68 | C6 | 2 | 2F | 0 | 16 | 12A | 2D | 3B |
| Octal | 303 | 150 | 306 | 2 | 57 | 0 | 26 | 452 | 55 | 73 |
| Binary | 11000011 | 1101000 | 11000110 | 10 | 101111 | 0 | 10110 | 100101010 | 101101 | 111011 |
Color Harmonies of #C368C6
Complementary color
Monochromatic Colors of #C368C6
Black with #C368C6
Text Example
Text Example
White with #C368C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368C6; }
p { color: rgb(195,104,198); }
H1.HeaderClassName
{
color: #C368C6;
}
.AnyTagClassName
{
color: #C368C6;
}
</style>
background-color css
<style>
a { background-color: #C368C6; }
a { background-color: rgb(195,104,198); }
div.DivClassName
{
background-color: #C368C6;
}
.BgClassName
{
background-color: #C368C6;
}
</style>
border-color css
<style>
span { border-color: #C368C6; }
span { border-color: rgb(195,104,198); }
td.TdClassName
{
border-color: #C368C6;
}
.TagClassName
{
border-color: #C368C6;
}
</style>