Shades of Fuchsia #C266CB
Tints of Fuchsia #C266CB
RGB
CMYK
RGB Variations
Color information
#C266CB (or 0xC266CB) is known color: Fuchsia. HEX triplet: C2, 66 and CB. RGB value is (194,102,203). Sum of RGB (Red+Green+Blue) = 194+102+203=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #C266CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266CB is #3D9934. Grayscale: #8C8C8C. Windows color (decimal): -4036917 or 13330114. OLE color: 13330114.
HSL color Cylindrical-coordinate representation of color #C266CB: hue angle of 294.65º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C266CB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 102 | 203 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.20 |
| HSL | 294.65º | 0.49% | 0.6% | - |
| HSV(B) | 294.65º | 0.5% | 0.8% | - |
| XYZ | 37.78 | 25.28 | 59.39 | - |
| YUV | 141.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 203 | 0.04 | 0.50 | 0 | 0.20 | 294.65 | 0.49 | 0.6 |
| Hex | C2 | 66 | CB | 4 | 32 | 0 | 14 | 127 | 31 | 3C |
| Octal | 302 | 146 | 313 | 4 | 62 | 0 | 24 | 447 | 61 | 74 |
| Binary | 11000010 | 1100110 | 11001011 | 100 | 110010 | 0 | 10100 | 100100111 | 110001 | 111100 |
Color Harmonies of #C266CB
Complementary color
Monochromatic Colors of #C266CB
Black with #C266CB
Text Example
Text Example
White with #C266CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266CB; }
p { color: rgb(194,102,203); }
H1.HeaderClassName
{
color: #C266CB;
}
.AnyTagClassName
{
color: #C266CB;
}
</style>
background-color css
<style>
a { background-color: #C266CB; }
a { background-color: rgb(194,102,203); }
div.DivClassName
{
background-color: #C266CB;
}
.BgClassName
{
background-color: #C266CB;
}
</style>
border-color css
<style>
span { border-color: #C266CB; }
span { border-color: rgb(194,102,203); }
td.TdClassName
{
border-color: #C266CB;
}
.TagClassName
{
border-color: #C266CB;
}
</style>