Shades of Fuchsia #C845C9
Tints of Fuchsia #C845C9
RGB
CMYK
RGB Variations
Color information
#C845C9 (or 0xC845C9) is known color: Fuchsia. HEX triplet: C8, 45 and C9. RGB value is (200,69,201). Sum of RGB (Red+Green+Blue) = 200+69+201=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #C845C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845C9 is #37BA36. Grayscale: #7A7A7A. Windows color (decimal): -3652151 or 13190600. OLE color: 13190600.
HSL color Cylindrical-coordinate representation of color #C845C9: hue angle of 299.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C845C9 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 69 | 201 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.21 |
| HSL | 299.55º | 0.55% | 0.53% | - |
| HSV(B) | 299.55º | 0.66% | 0.79% | - |
| XYZ | 36.49 | 20.75 | 57.34 | - |
| YUV | 123.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 201 | 0.00 | 0.66 | 0 | 0.21 | 299.55 | 0.55 | 0.53 |
| Hex | C8 | 45 | C9 | 0 | 42 | 0 | 15 | 12C | 37 | 35 |
| Octal | 310 | 105 | 311 | 0 | 102 | 0 | 25 | 454 | 67 | 65 |
| Binary | 11001000 | 1000101 | 11001001 | 0 | 1000010 | 0 | 10101 | 100101100 | 110111 | 110101 |
Color Harmonies of #C845C9
Complementary color
Monochromatic Colors of #C845C9
Black with #C845C9
Text Example
Text Example
White with #C845C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845C9; }
p { color: rgb(200,69,201); }
H1.HeaderClassName
{
color: #C845C9;
}
.AnyTagClassName
{
color: #C845C9;
}
</style>
background-color css
<style>
a { background-color: #C845C9; }
a { background-color: rgb(200,69,201); }
div.DivClassName
{
background-color: #C845C9;
}
.BgClassName
{
background-color: #C845C9;
}
</style>
border-color css
<style>
span { border-color: #C845C9; }
span { border-color: rgb(200,69,201); }
td.TdClassName
{
border-color: #C845C9;
}
.TagClassName
{
border-color: #C845C9;
}
</style>