Shades of Fuchsia #C846CC
Tints of Fuchsia #C846CC
RGB
CMYK
RGB Variations
Color information
#C846CC (or 0xC846CC) is known color: Fuchsia. HEX triplet: C8, 46 and CC. RGB value is (200,70,204). Sum of RGB (Red+Green+Blue) = 200+70+204=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #C846CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846CC is #37B933. Grayscale: #7B7B7B. Windows color (decimal): -3651892 or 13387464. OLE color: 13387464.
HSL color Cylindrical-coordinate representation of color #C846CC: hue angle of 298.21º 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 #C846CC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 70 | 204 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.2 |
| HSL | 298.21º | 0.57% | 0.54% | - |
| HSV(B) | 298.21º | 0.66% | 0.8% | - |
| XYZ | 36.91 | 21.02 | 59.24 | - |
| YUV | 124.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 204 | 0.02 | 0.66 | 0 | 0.2 | 298.21 | 0.57 | 0.54 |
| Hex | C8 | 46 | CC | 2 | 42 | 0 | 14 | 12A | 39 | 36 |
| Octal | 310 | 106 | 314 | 2 | 102 | 0 | 24 | 452 | 71 | 66 |
| Binary | 11001000 | 1000110 | 11001100 | 10 | 1000010 | 0 | 10100 | 100101010 | 111001 | 110110 |
Color Harmonies of #C846CC
Complementary color
Monochromatic Colors of #C846CC
Black with #C846CC
Text Example
Text Example
White with #C846CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846CC; }
p { color: rgb(200,70,204); }
H1.HeaderClassName
{
color: #C846CC;
}
.AnyTagClassName
{
color: #C846CC;
}
</style>
background-color css
<style>
a { background-color: #C846CC; }
a { background-color: rgb(200,70,204); }
div.DivClassName
{
background-color: #C846CC;
}
.BgClassName
{
background-color: #C846CC;
}
</style>
border-color css
<style>
span { border-color: #C846CC; }
span { border-color: rgb(200,70,204); }
td.TdClassName
{
border-color: #C846CC;
}
.TagClassName
{
border-color: #C846CC;
}
</style>