Shades of Fuchsia #C246CB
Tints of Fuchsia #C246CB
RGB
CMYK
RGB Variations
Color information
#C246CB (or 0xC246CB) is known color: Fuchsia. HEX triplet: C2, 46 and CB. RGB value is (194,70,203). Sum of RGB (Red+Green+Blue) = 194+70+203=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #C246CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246CB is #3DB934. Grayscale: #797979. Windows color (decimal): -4045109 or 13321922. OLE color: 13321922.
HSL color Cylindrical-coordinate representation of color #C246CB: hue angle of 295.94º degrees, saturation: 0.56, 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 #C246CB is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 70 | 203 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.20 |
| HSL | 295.94º | 0.56% | 0.54% | - |
| HSV(B) | 295.94º | 0.66% | 0.8% | - |
| XYZ | 35.22 | 20.16 | 58.54 | - |
| YUV | 122.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 203 | 0.04 | 0.66 | 0 | 0.20 | 295.94 | 0.56 | 0.54 |
| Hex | C2 | 46 | CB | 4 | 42 | 0 | 14 | 128 | 38 | 36 |
| Octal | 302 | 106 | 313 | 4 | 102 | 0 | 24 | 450 | 70 | 66 |
| Binary | 11000010 | 1000110 | 11001011 | 100 | 1000010 | 0 | 10100 | 100101000 | 111000 | 110110 |
Color Harmonies of #C246CB
Complementary color
Monochromatic Colors of #C246CB
Black with #C246CB
Text Example
Text Example
White with #C246CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246CB; }
p { color: rgb(194,70,203); }
H1.HeaderClassName
{
color: #C246CB;
}
.AnyTagClassName
{
color: #C246CB;
}
</style>
background-color css
<style>
a { background-color: #C246CB; }
a { background-color: rgb(194,70,203); }
div.DivClassName
{
background-color: #C246CB;
}
.BgClassName
{
background-color: #C246CB;
}
</style>
border-color css
<style>
span { border-color: #C246CB; }
span { border-color: rgb(194,70,203); }
td.TdClassName
{
border-color: #C246CB;
}
.TagClassName
{
border-color: #C246CB;
}
</style>