Shades of Fuchsia #C366C4
Tints of Fuchsia #C366C4
RGB
CMYK
RGB Variations
Color information
#C366C4 (or 0xC366C4) is known color: Fuchsia. HEX triplet: C3, 66 and C4. RGB value is (195,102,196). Sum of RGB (Red+Green+Blue) = 195+102+196=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #C366C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366C4 is #3C993B. Grayscale: #8C8C8C. Windows color (decimal): -3971388 or 12871363. OLE color: 12871363.
HSL color Cylindrical-coordinate representation of color #C366C4: hue angle of 299.36º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C366C4 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 102 | 196 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.23 |
| HSL | 299.36º | 0.44% | 0.58% | - |
| HSV(B) | 299.36º | 0.48% | 0.77% | - |
| XYZ | 37.22 | 25.09 | 55.11 | - |
| YUV | 140.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 196 | 0.01 | 0.48 | 0 | 0.23 | 299.36 | 0.44 | 0.58 |
| Hex | C3 | 66 | C4 | 1 | 30 | 0 | 17 | 12B | 2C | 3A |
| Octal | 303 | 146 | 304 | 1 | 60 | 0 | 27 | 453 | 54 | 72 |
| Binary | 11000011 | 1100110 | 11000100 | 1 | 110000 | 0 | 10111 | 100101011 | 101100 | 111010 |
Color Harmonies of #C366C4
Complementary color
Monochromatic Colors of #C366C4
Black with #C366C4
Text Example
Text Example
White with #C366C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366C4; }
p { color: rgb(195,102,196); }
H1.HeaderClassName
{
color: #C366C4;
}
.AnyTagClassName
{
color: #C366C4;
}
</style>
background-color css
<style>
a { background-color: #C366C4; }
a { background-color: rgb(195,102,196); }
div.DivClassName
{
background-color: #C366C4;
}
.BgClassName
{
background-color: #C366C4;
}
</style>
border-color css
<style>
span { border-color: #C366C4; }
span { border-color: rgb(195,102,196); }
td.TdClassName
{
border-color: #C366C4;
}
.TagClassName
{
border-color: #C366C4;
}
</style>