Shades of Fuchsia #C267BE
Tints of Fuchsia #C267BE
RGB
CMYK
RGB Variations
Color information
#C267BE (or 0xC267BE) is known color: Fuchsia. HEX triplet: C2, 67 and BE. RGB value is (194,103,190). Sum of RGB (Red+Green+Blue) = 194+103+190=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C267BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267BE is #3D9841. Grayscale: #8B8B8B. Windows color (decimal): -4036674 or 12478402. OLE color: 12478402.
HSL color Cylindrical-coordinate representation of color #C267BE: hue angle of 302.64º 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 #C267BE is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 190 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.24 |
| HSL | 302.64º | 0.43% | 0.58% | - |
| HSV(B) | 302.64º | 0.47% | 0.76% | - |
| XYZ | 36.39 | 24.89 | 51.6 | - |
| YUV | 140.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 190 | 0 | 0.47 | 0.02 | 0.24 | 302.64 | 0.43 | 0.58 |
| Hex | C2 | 67 | BE | 0 | 2F | 2 | 18 | 12F | 2B | 3A |
| Octal | 302 | 147 | 276 | 0 | 57 | 2 | 30 | 457 | 53 | 72 |
| Binary | 11000010 | 1100111 | 10111110 | 0 | 101111 | 10 | 11000 | 100101111 | 101011 | 111010 |
Color Harmonies of #C267BE
Complementary color
Monochromatic Colors of #C267BE
Black with #C267BE
Text Example
Text Example
White with #C267BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267BE; }
p { color: rgb(194,103,190); }
H1.HeaderClassName
{
color: #C267BE;
}
.AnyTagClassName
{
color: #C267BE;
}
</style>
background-color css
<style>
a { background-color: #C267BE; }
a { background-color: rgb(194,103,190); }
div.DivClassName
{
background-color: #C267BE;
}
.BgClassName
{
background-color: #C267BE;
}
</style>
border-color css
<style>
span { border-color: #C267BE; }
span { border-color: rgb(194,103,190); }
td.TdClassName
{
border-color: #C267BE;
}
.TagClassName
{
border-color: #C267BE;
}
</style>