Shades of Fuchsia #C266CA
Tints of Fuchsia #C266CA
RGB
CMYK
RGB Variations
Color information
#C266CA (or 0xC266CA) is known color: Fuchsia. HEX triplet: C2, 66 and CA. RGB value is (194,102,202). Sum of RGB (Red+Green+Blue) = 194+102+202=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #C266CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266CA is #3D9935. Grayscale: #8C8C8C. Windows color (decimal): -4036918 or 13264578. OLE color: 13264578.
HSL color Cylindrical-coordinate representation of color #C266CA: hue angle of 295.2º 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 #C266CA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 102 | 202 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.21 |
| HSL | 295.2º | 0.49% | 0.6% | - |
| HSV(B) | 295.2º | 0.5% | 0.79% | - |
| XYZ | 37.66 | 25.24 | 58.76 | - |
| YUV | 140.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 202 | 0.04 | 0.50 | 0 | 0.21 | 295.2 | 0.49 | 0.6 |
| Hex | C2 | 66 | CA | 4 | 32 | 0 | 15 | 127 | 31 | 3C |
| Octal | 302 | 146 | 312 | 4 | 62 | 0 | 25 | 447 | 61 | 74 |
| Binary | 11000010 | 1100110 | 11001010 | 100 | 110010 | 0 | 10101 | 100100111 | 110001 | 111100 |
Color Harmonies of #C266CA
Complementary color
Monochromatic Colors of #C266CA
Black with #C266CA
Text Example
Text Example
White with #C266CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266CA; }
p { color: rgb(194,102,202); }
H1.HeaderClassName
{
color: #C266CA;
}
.AnyTagClassName
{
color: #C266CA;
}
</style>
background-color css
<style>
a { background-color: #C266CA; }
a { background-color: rgb(194,102,202); }
div.DivClassName
{
background-color: #C266CA;
}
.BgClassName
{
background-color: #C266CA;
}
</style>
border-color css
<style>
span { border-color: #C266CA; }
span { border-color: rgb(194,102,202); }
td.TdClassName
{
border-color: #C266CA;
}
.TagClassName
{
border-color: #C266CA;
}
</style>