Shades of Fuchsia #C845C7
Tints of Fuchsia #C845C7
RGB
CMYK
RGB Variations
Color information
#C845C7 (or 0xC845C7) is known color: Fuchsia. HEX triplet: C8, 45 and C7. RGB value is (200,69,199). Sum of RGB (Red+Green+Blue) = 200+69+199=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C845C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845C7 is #37BA38. Grayscale: #7A7A7A. Windows color (decimal): -3652153 or 13059528. OLE color: 13059528.
HSL color Cylindrical-coordinate representation of color #C845C7: hue angle of 300.46º 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 #C845C7 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 199 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.22 |
| HSL | 300.46º | 0.54% | 0.53% | - |
| HSV(B) | 300.46º | 0.66% | 0.78% | - |
| XYZ | 36.26 | 20.66 | 56.11 | - |
| YUV | 122.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 199 | 0 | 0.66 | 0.00 | 0.22 | 300.46 | 0.54 | 0.53 |
| Hex | C8 | 45 | C7 | 0 | 42 | 0 | 16 | 12C | 36 | 35 |
| Octal | 310 | 105 | 307 | 0 | 102 | 0 | 26 | 454 | 66 | 65 |
| Binary | 11001000 | 1000101 | 11000111 | 0 | 1000010 | 0 | 10110 | 100101100 | 110110 | 110101 |
Color Harmonies of #C845C7
Complementary color
Monochromatic Colors of #C845C7
Black with #C845C7
Text Example
Text Example
White with #C845C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845C7; }
p { color: rgb(200,69,199); }
H1.HeaderClassName
{
color: #C845C7;
}
.AnyTagClassName
{
color: #C845C7;
}
</style>
background-color css
<style>
a { background-color: #C845C7; }
a { background-color: rgb(200,69,199); }
div.DivClassName
{
background-color: #C845C7;
}
.BgClassName
{
background-color: #C845C7;
}
</style>
border-color css
<style>
span { border-color: #C845C7; }
span { border-color: rgb(200,69,199); }
td.TdClassName
{
border-color: #C845C7;
}
.TagClassName
{
border-color: #C845C7;
}
</style>