Shades of Fuchsia #C246B7
Tints of Fuchsia #C246B7
RGB
CMYK
RGB Variations
Color information
#C246B7 (or 0xC246B7) is known color: Fuchsia. HEX triplet: C2, 46 and B7. RGB value is (194,70,183). Sum of RGB (Red+Green+Blue) = 194+70+183=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C246B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246B7 is #3DB948. Grayscale: #777777. Windows color (decimal): -4045129 or 12011202. OLE color: 12011202.
HSL color Cylindrical-coordinate representation of color #C246B7: hue angle of 305.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C246B7 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 183 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.24 |
| HSL | 305.32º | 0.5% | 0.52% | - |
| HSV(B) | 305.32º | 0.64% | 0.76% | - |
| XYZ | 32.99 | 19.27 | 46.78 | - |
| YUV | 119.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 183 | 0 | 0.64 | 0.06 | 0.24 | 305.32 | 0.5 | 0.52 |
| Hex | C2 | 46 | B7 | 0 | 40 | 6 | 18 | 131 | 32 | 34 |
| Octal | 302 | 106 | 267 | 0 | 100 | 6 | 30 | 461 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10110111 | 0 | 1000000 | 110 | 11000 | 100110001 | 110010 | 110100 |
Color Harmonies of #C246B7
Complementary color
Monochromatic Colors of #C246B7
Black with #C246B7
Text Example
Text Example
White with #C246B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246B7; }
p { color: rgb(194,70,183); }
H1.HeaderClassName
{
color: #C246B7;
}
.AnyTagClassName
{
color: #C246B7;
}
</style>
background-color css
<style>
a { background-color: #C246B7; }
a { background-color: rgb(194,70,183); }
div.DivClassName
{
background-color: #C246B7;
}
.BgClassName
{
background-color: #C246B7;
}
</style>
border-color css
<style>
span { border-color: #C246B7; }
span { border-color: rgb(194,70,183); }
td.TdClassName
{
border-color: #C246B7;
}
.TagClassName
{
border-color: #C246B7;
}
</style>