Shades of Fuchsia #C246CC
Tints of Fuchsia #C246CC
RGB
CMYK
RGB Variations
Color information
#C246CC (or 0xC246CC) is known color: Fuchsia. HEX triplet: C2, 46 and CC. RGB value is (194,70,204). Sum of RGB (Red+Green+Blue) = 194+70+204=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #C246CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246CC is #3DB933. Grayscale: #797979. Windows color (decimal): -4045108 or 13387458. OLE color: 13387458.
HSL color Cylindrical-coordinate representation of color #C246CC: hue angle of 295.52º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C246CC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 70 | 204 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.2 |
| HSL | 295.52º | 0.57% | 0.54% | - |
| HSV(B) | 295.52º | 0.66% | 0.8% | - |
| XYZ | 35.34 | 20.21 | 59.17 | - |
| YUV | 122.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 204 | 0.05 | 0.66 | 0 | 0.2 | 295.52 | 0.57 | 0.54 |
| Hex | C2 | 46 | CC | 5 | 42 | 0 | 14 | 128 | 39 | 36 |
| Octal | 302 | 106 | 314 | 5 | 102 | 0 | 24 | 450 | 71 | 66 |
| Binary | 11000010 | 1000110 | 11001100 | 101 | 1000010 | 0 | 10100 | 100101000 | 111001 | 110110 |
Color Harmonies of #C246CC
Complementary color
Monochromatic Colors of #C246CC
Black with #C246CC
Text Example
Text Example
White with #C246CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246CC; }
p { color: rgb(194,70,204); }
H1.HeaderClassName
{
color: #C246CC;
}
.AnyTagClassName
{
color: #C246CC;
}
</style>
background-color css
<style>
a { background-color: #C246CC; }
a { background-color: rgb(194,70,204); }
div.DivClassName
{
background-color: #C246CC;
}
.BgClassName
{
background-color: #C246CC;
}
</style>
border-color css
<style>
span { border-color: #C246CC; }
span { border-color: rgb(194,70,204); }
td.TdClassName
{
border-color: #C246CC;
}
.TagClassName
{
border-color: #C246CC;
}
</style>