Shades of Fuchsia #C367C6
Tints of Fuchsia #C367C6
RGB
CMYK
RGB Variations
Color information
#C367C6 (or 0xC367C6) is known color: Fuchsia. HEX triplet: C3, 67 and C6. RGB value is (195,103,198). Sum of RGB (Red+Green+Blue) = 195+103+198=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #C367C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367C6 is #3C9839. Grayscale: #8D8D8D. Windows color (decimal): -3971130 or 13002691. OLE color: 13002691.
HSL color Cylindrical-coordinate representation of color #C367C6: hue angle of 298.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C367C6 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 103 | 198 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.22 |
| HSL | 298.11º | 0.45% | 0.59% | - |
| HSV(B) | 298.11º | 0.48% | 0.78% | - |
| XYZ | 37.55 | 25.38 | 56.35 | - |
| YUV | 141.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 198 | 0.02 | 0.48 | 0 | 0.22 | 298.11 | 0.45 | 0.59 |
| Hex | C3 | 67 | C6 | 2 | 30 | 0 | 16 | 12A | 2D | 3B |
| Octal | 303 | 147 | 306 | 2 | 60 | 0 | 26 | 452 | 55 | 73 |
| Binary | 11000011 | 1100111 | 11000110 | 10 | 110000 | 0 | 10110 | 100101010 | 101101 | 111011 |
Color Harmonies of #C367C6
Complementary color
Monochromatic Colors of #C367C6
Black with #C367C6
Text Example
Text Example
White with #C367C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367C6; }
p { color: rgb(195,103,198); }
H1.HeaderClassName
{
color: #C367C6;
}
.AnyTagClassName
{
color: #C367C6;
}
</style>
background-color css
<style>
a { background-color: #C367C6; }
a { background-color: rgb(195,103,198); }
div.DivClassName
{
background-color: #C367C6;
}
.BgClassName
{
background-color: #C367C6;
}
</style>
border-color css
<style>
span { border-color: #C367C6; }
span { border-color: rgb(195,103,198); }
td.TdClassName
{
border-color: #C367C6;
}
.TagClassName
{
border-color: #C367C6;
}
</style>