Shades of Fuchsia #C845C1
Tints of Fuchsia #C845C1
RGB
CMYK
RGB Variations
Color information
#C845C1 (or 0xC845C1) is known color: Fuchsia. HEX triplet: C8, 45 and C1. RGB value is (200,69,193). Sum of RGB (Red+Green+Blue) = 200+69+193=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C845C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845C1 is #37BA3E. Grayscale: #797979. Windows color (decimal): -3652159 or 12666312. OLE color: 12666312.
HSL color Cylindrical-coordinate representation of color #C845C1: hue angle of 303.21º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C845C1 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 193 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.22 |
| HSL | 303.21º | 0.54% | 0.53% | - |
| HSV(B) | 303.21º | 0.66% | 0.78% | - |
| XYZ | 35.57 | 20.39 | 52.51 | - |
| YUV | 122.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 193 | 0 | 0.66 | 0.04 | 0.22 | 303.21 | 0.54 | 0.53 |
| Hex | C8 | 45 | C1 | 0 | 42 | 4 | 16 | 12F | 36 | 35 |
| Octal | 310 | 105 | 301 | 0 | 102 | 4 | 26 | 457 | 66 | 65 |
| Binary | 11001000 | 1000101 | 11000001 | 0 | 1000010 | 100 | 10110 | 100101111 | 110110 | 110101 |
Color Harmonies of #C845C1
Complementary color
Monochromatic Colors of #C845C1
Black with #C845C1
Text Example
Text Example
White with #C845C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845C1; }
p { color: rgb(200,69,193); }
H1.HeaderClassName
{
color: #C845C1;
}
.AnyTagClassName
{
color: #C845C1;
}
</style>
background-color css
<style>
a { background-color: #C845C1; }
a { background-color: rgb(200,69,193); }
div.DivClassName
{
background-color: #C845C1;
}
.BgClassName
{
background-color: #C845C1;
}
</style>
border-color css
<style>
span { border-color: #C845C1; }
span { border-color: rgb(200,69,193); }
td.TdClassName
{
border-color: #C845C1;
}
.TagClassName
{
border-color: #C845C1;
}
</style>