Shades of Fuchsia #C845CE
Tints of Fuchsia #C845CE
RGB
CMYK
RGB Variations
Color information
#C845CE (or 0xC845CE) is known color: Fuchsia. HEX triplet: C8, 45 and CE. RGB value is (200,69,206). Sum of RGB (Red+Green+Blue) = 200+69+206=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #C845CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845CE is #37BA31. Grayscale: #7B7B7B. Windows color (decimal): -3652146 or 13518280. OLE color: 13518280.
HSL color Cylindrical-coordinate representation of color #C845CE: hue angle of 297.37º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C845CE is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 69 | 206 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.19 |
| HSL | 297.37º | 0.58% | 0.54% | - |
| HSV(B) | 297.37º | 0.67% | 0.81% | - |
| XYZ | 37.09 | 20.99 | 60.49 | - |
| YUV | 123.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 206 | 0.03 | 0.67 | 0 | 0.19 | 297.37 | 0.58 | 0.54 |
| Hex | C8 | 45 | CE | 3 | 43 | 0 | 13 | 129 | 3A | 36 |
| Octal | 310 | 105 | 316 | 3 | 103 | 0 | 23 | 451 | 72 | 66 |
| Binary | 11001000 | 1000101 | 11001110 | 11 | 1000011 | 0 | 10011 | 100101001 | 111010 | 110110 |
Color Harmonies of #C845CE
Complementary color
Monochromatic Colors of #C845CE
Black with #C845CE
Text Example
Text Example
White with #C845CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845CE; }
p { color: rgb(200,69,206); }
H1.HeaderClassName
{
color: #C845CE;
}
.AnyTagClassName
{
color: #C845CE;
}
</style>
background-color css
<style>
a { background-color: #C845CE; }
a { background-color: rgb(200,69,206); }
div.DivClassName
{
background-color: #C845CE;
}
.BgClassName
{
background-color: #C845CE;
}
</style>
border-color css
<style>
span { border-color: #C845CE; }
span { border-color: rgb(200,69,206); }
td.TdClassName
{
border-color: #C845CE;
}
.TagClassName
{
border-color: #C845CE;
}
</style>