Shades of Fuchsia #C266B4
Tints of Fuchsia #C266B4
RGB
CMYK
RGB Variations
Color information
#C266B4 (or 0xC266B4) is known color: Fuchsia. HEX triplet: C2, 66 and B4. RGB value is (194,102,180). Sum of RGB (Red+Green+Blue) = 194+102+180=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C266B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266B4 is #3D994B. Grayscale: #8A8A8A. Windows color (decimal): -4036940 or 11822786. OLE color: 11822786.
HSL color Cylindrical-coordinate representation of color #C266B4: hue angle of 309.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C266B4 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 180 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.24 |
| HSL | 309.13º | 0.43% | 0.58% | - |
| HSV(B) | 309.13º | 0.47% | 0.76% | - |
| XYZ | 35.24 | 24.27 | 46.01 | - |
| YUV | 138.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 180 | 0 | 0.47 | 0.07 | 0.24 | 309.13 | 0.43 | 0.58 |
| Hex | C2 | 66 | B4 | 0 | 2F | 7 | 18 | 135 | 2B | 3A |
| Octal | 302 | 146 | 264 | 0 | 57 | 7 | 30 | 465 | 53 | 72 |
| Binary | 11000010 | 1100110 | 10110100 | 0 | 101111 | 111 | 11000 | 100110101 | 101011 | 111010 |
Color Harmonies of #C266B4
Complementary color
Monochromatic Colors of #C266B4
Black with #C266B4
Text Example
Text Example
White with #C266B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266B4; }
p { color: rgb(194,102,180); }
H1.HeaderClassName
{
color: #C266B4;
}
.AnyTagClassName
{
color: #C266B4;
}
</style>
background-color css
<style>
a { background-color: #C266B4; }
a { background-color: rgb(194,102,180); }
div.DivClassName
{
background-color: #C266B4;
}
.BgClassName
{
background-color: #C266B4;
}
</style>
border-color css
<style>
span { border-color: #C266B4; }
span { border-color: rgb(194,102,180); }
td.TdClassName
{
border-color: #C266B4;
}
.TagClassName
{
border-color: #C266B4;
}
</style>