Shades of Fuchsia #C366CA
Tints of Fuchsia #C366CA
RGB
CMYK
RGB Variations
Color information
#C366CA (or 0xC366CA) is known color: Fuchsia. HEX triplet: C3, 66 and CA. RGB value is (195,102,202). Sum of RGB (Red+Green+Blue) = 195+102+202=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C366CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366CA is #3C9935. Grayscale: #8C8C8C. Windows color (decimal): -3971382 or 13264579. OLE color: 13264579.
HSL color Cylindrical-coordinate representation of color #C366CA: hue angle of 295.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C366CA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 102 | 202 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.21 |
| HSL | 295.8º | 0.49% | 0.6% | - |
| HSV(B) | 295.8º | 0.5% | 0.79% | - |
| XYZ | 37.92 | 25.37 | 58.78 | - |
| YUV | 141.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 202 | 0.03 | 0.50 | 0 | 0.21 | 295.8 | 0.49 | 0.6 |
| Hex | C3 | 66 | CA | 3 | 32 | 0 | 15 | 128 | 31 | 3C |
| Octal | 303 | 146 | 312 | 3 | 62 | 0 | 25 | 450 | 61 | 74 |
| Binary | 11000011 | 1100110 | 11001010 | 11 | 110010 | 0 | 10101 | 100101000 | 110001 | 111100 |
Color Harmonies of #C366CA
Complementary color
Monochromatic Colors of #C366CA
Black with #C366CA
Text Example
Text Example
White with #C366CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366CA; }
p { color: rgb(195,102,202); }
H1.HeaderClassName
{
color: #C366CA;
}
.AnyTagClassName
{
color: #C366CA;
}
</style>
background-color css
<style>
a { background-color: #C366CA; }
a { background-color: rgb(195,102,202); }
div.DivClassName
{
background-color: #C366CA;
}
.BgClassName
{
background-color: #C366CA;
}
</style>
border-color css
<style>
span { border-color: #C366CA; }
span { border-color: rgb(195,102,202); }
td.TdClassName
{
border-color: #C366CA;
}
.TagClassName
{
border-color: #C366CA;
}
</style>