Shades of Fuchsia #C246CD
Tints of Fuchsia #C246CD
RGB
CMYK
RGB Variations
Color information
#C246CD (or 0xC246CD) is known color: Fuchsia. HEX triplet: C2, 46 and CD. RGB value is (194,70,205). Sum of RGB (Red+Green+Blue) = 194+70+205=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C246CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246CD is #3DB932. Grayscale: #7A7A7A. Windows color (decimal): -4045107 or 13452994. OLE color: 13452994.
HSL color Cylindrical-coordinate representation of color #C246CD: hue angle of 295.11º 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 #C246CD is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 70 | 205 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.20 |
| HSL | 295.11º | 0.57% | 0.54% | - |
| HSV(B) | 295.11º | 0.66% | 0.8% | - |
| XYZ | 35.46 | 20.26 | 59.8 | - |
| YUV | 122.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 205 | 0.05 | 0.66 | 0 | 0.20 | 295.11 | 0.57 | 0.54 |
| Hex | C2 | 46 | CD | 5 | 42 | 0 | 14 | 127 | 39 | 36 |
| Octal | 302 | 106 | 315 | 5 | 102 | 0 | 24 | 447 | 71 | 66 |
| Binary | 11000010 | 1000110 | 11001101 | 101 | 1000010 | 0 | 10100 | 100100111 | 111001 | 110110 |
Color Harmonies of #C246CD
Complementary color
Monochromatic Colors of #C246CD
Black with #C246CD
Text Example
Text Example
White with #C246CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246CD; }
p { color: rgb(194,70,205); }
H1.HeaderClassName
{
color: #C246CD;
}
.AnyTagClassName
{
color: #C246CD;
}
</style>
background-color css
<style>
a { background-color: #C246CD; }
a { background-color: rgb(194,70,205); }
div.DivClassName
{
background-color: #C246CD;
}
.BgClassName
{
background-color: #C246CD;
}
</style>
border-color css
<style>
span { border-color: #C246CD; }
span { border-color: rgb(194,70,205); }
td.TdClassName
{
border-color: #C246CD;
}
.TagClassName
{
border-color: #C246CD;
}
</style>