Shades of Fuchsia #C837CD
Tints of Fuchsia #C837CD
RGB
CMYK
RGB Variations
Color information
#C837CD (or 0xC837CD) is known color: Fuchsia. HEX triplet: C8, 37 and CD. RGB value is (200,55,205). Sum of RGB (Red+Green+Blue) = 200+55+205=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #C837CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C837CD is #37C832. Grayscale: #727272. Windows color (decimal): -3655731 or 13449160. OLE color: 13449160.
HSL color Cylindrical-coordinate representation of color #C837CD: hue angle of 298º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C837CD is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 55 | 205 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.20 |
| HSL | 298º | 0.6% | 0.51% | - |
| HSV(B) | 298º | 0.73% | 0.8% | - |
| XYZ | 36.21 | 19.42 | 59.6 | - |
| YUV | 115.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 205 | 0.02 | 0.73 | 0 | 0.20 | 298 | 0.6 | 0.51 |
| Hex | C8 | 37 | CD | 2 | 49 | 0 | 14 | 12A | 3C | 33 |
| Octal | 310 | 67 | 315 | 2 | 111 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11001000 | 110111 | 11001101 | 10 | 1001001 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C837CD
Complementary color
Monochromatic Colors of #C837CD
Black with #C837CD
Text Example
Text Example
White with #C837CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C837CD; }
p { color: rgb(200,55,205); }
H1.HeaderClassName
{
color: #C837CD;
}
.AnyTagClassName
{
color: #C837CD;
}
</style>
background-color css
<style>
a { background-color: #C837CD; }
a { background-color: rgb(200,55,205); }
div.DivClassName
{
background-color: #C837CD;
}
.BgClassName
{
background-color: #C837CD;
}
</style>
border-color css
<style>
span { border-color: #C837CD; }
span { border-color: rgb(200,55,205); }
td.TdClassName
{
border-color: #C837CD;
}
.TagClassName
{
border-color: #C837CD;
}
</style>