Shades of Fuchsia #C845CF
Tints of Fuchsia #C845CF
RGB
CMYK
RGB Variations
Color information
#C845CF (or 0xC845CF) is known color: Fuchsia. HEX triplet: C8, 45 and CF. RGB value is (200,69,207). Sum of RGB (Red+Green+Blue) = 200+69+207=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #C845CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845CF is #37BA30. Grayscale: #7B7B7B. Windows color (decimal): -3652145 or 13583816. OLE color: 13583816.
HSL color Cylindrical-coordinate representation of color #C845CF: hue angle of 296.96º degrees, saturation: 0.59, 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 #C845CF is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 69 | 207 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.19 |
| HSL | 296.96º | 0.59% | 0.54% | - |
| HSV(B) | 296.96º | 0.67% | 0.81% | - |
| XYZ | 37.21 | 21.04 | 61.13 | - |
| YUV | 123.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 207 | 0.03 | 0.67 | 0 | 0.19 | 296.96 | 0.59 | 0.54 |
| Hex | C8 | 45 | CF | 3 | 43 | 0 | 13 | 129 | 3B | 36 |
| Octal | 310 | 105 | 317 | 3 | 103 | 0 | 23 | 451 | 73 | 66 |
| Binary | 11001000 | 1000101 | 11001111 | 11 | 1000011 | 0 | 10011 | 100101001 | 111011 | 110110 |
Color Harmonies of #C845CF
Complementary color
Monochromatic Colors of #C845CF
Black with #C845CF
Text Example
Text Example
White with #C845CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845CF; }
p { color: rgb(200,69,207); }
H1.HeaderClassName
{
color: #C845CF;
}
.AnyTagClassName
{
color: #C845CF;
}
</style>
background-color css
<style>
a { background-color: #C845CF; }
a { background-color: rgb(200,69,207); }
div.DivClassName
{
background-color: #C845CF;
}
.BgClassName
{
background-color: #C845CF;
}
</style>
border-color css
<style>
span { border-color: #C845CF; }
span { border-color: rgb(200,69,207); }
td.TdClassName
{
border-color: #C845CF;
}
.TagClassName
{
border-color: #C845CF;
}
</style>