Shades of Fuchsia #C62DCE
Tints of Fuchsia #C62DCE
RGB
CMYK
RGB Variations
Color information
#C62DCE (or 0xC62DCE) is known color: Fuchsia. HEX triplet: C6, 2D and CE. RGB value is (198,45,206). Sum of RGB (Red+Green+Blue) = 198+45+206=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #C62DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DCE is #39D231. Grayscale: #6C6C6C. Windows color (decimal): -3789362 or 13512134. OLE color: 13512134.
HSL color Cylindrical-coordinate representation of color #C62DCE: hue angle of 297.02º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62DCE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 45 | 206 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.19 |
| HSL | 297.02º | 0.64% | 0.49% | - |
| HSV(B) | 297.02º | 0.78% | 0.81% | - |
| XYZ | 35.37 | 18.34 | 60.07 | - |
| YUV | 109.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 206 | 0.04 | 0.78 | 0 | 0.19 | 297.02 | 0.64 | 0.49 |
| Hex | C6 | 2D | CE | 4 | 4E | 0 | 13 | 129 | 40 | 31 |
| Octal | 306 | 55 | 316 | 4 | 116 | 0 | 23 | 451 | 100 | 61 |
| Binary | 11000110 | 101101 | 11001110 | 100 | 1001110 | 0 | 10011 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C62DCE
Complementary color
Monochromatic Colors of #C62DCE
Black with #C62DCE
Text Example
Text Example
White with #C62DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DCE; }
p { color: rgb(198,45,206); }
H1.HeaderClassName
{
color: #C62DCE;
}
.AnyTagClassName
{
color: #C62DCE;
}
</style>
background-color css
<style>
a { background-color: #C62DCE; }
a { background-color: rgb(198,45,206); }
div.DivClassName
{
background-color: #C62DCE;
}
.BgClassName
{
background-color: #C62DCE;
}
</style>
border-color css
<style>
span { border-color: #C62DCE; }
span { border-color: rgb(198,45,206); }
td.TdClassName
{
border-color: #C62DCE;
}
.TagClassName
{
border-color: #C62DCE;
}
</style>