Shades of Fuchsia #C246BD
Tints of Fuchsia #C246BD
RGB
CMYK
RGB Variations
Color information
#C246BD (or 0xC246BD) is known color: Fuchsia. HEX triplet: C2, 46 and BD. RGB value is (194,70,189). Sum of RGB (Red+Green+Blue) = 194+70+189=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C246BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246BD is #3DB942. Grayscale: #787878. Windows color (decimal): -4045123 or 12404418. OLE color: 12404418.
HSL color Cylindrical-coordinate representation of color #C246BD: hue angle of 302.42º 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 #C246BD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 189 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.24 |
| HSL | 302.42º | 0.5% | 0.52% | - |
| HSV(B) | 302.42º | 0.64% | 0.76% | - |
| XYZ | 33.62 | 19.52 | 50.14 | - |
| YUV | 120.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 189 | 0 | 0.64 | 0.03 | 0.24 | 302.42 | 0.5 | 0.52 |
| Hex | C2 | 46 | BD | 0 | 40 | 3 | 18 | 12E | 32 | 34 |
| Octal | 302 | 106 | 275 | 0 | 100 | 3 | 30 | 456 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10111101 | 0 | 1000000 | 11 | 11000 | 100101110 | 110010 | 110100 |
Color Harmonies of #C246BD
Complementary color
Monochromatic Colors of #C246BD
Black with #C246BD
Text Example
Text Example
White with #C246BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246BD; }
p { color: rgb(194,70,189); }
H1.HeaderClassName
{
color: #C246BD;
}
.AnyTagClassName
{
color: #C246BD;
}
</style>
background-color css
<style>
a { background-color: #C246BD; }
a { background-color: rgb(194,70,189); }
div.DivClassName
{
background-color: #C246BD;
}
.BgClassName
{
background-color: #C246BD;
}
</style>
border-color css
<style>
span { border-color: #C246BD; }
span { border-color: rgb(194,70,189); }
td.TdClassName
{
border-color: #C246BD;
}
.TagClassName
{
border-color: #C246BD;
}
</style>