Shades of Fuchsia #C62DBD
Tints of Fuchsia #C62DBD
RGB
CMYK
RGB Variations
Color information
#C62DBD (or 0xC62DBD) is known color: Fuchsia. HEX triplet: C6, 2D and BD. RGB value is (198,45,189). Sum of RGB (Red+Green+Blue) = 198+45+189=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C62DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DBD is #39D242. Grayscale: #6A6A6A. Windows color (decimal): -3789379 or 12398022. OLE color: 12398022.
HSL color Cylindrical-coordinate representation of color #C62DBD: hue angle of 303.53º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62DBD is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 189 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.22 |
| HSL | 303.53º | 0.63% | 0.48% | - |
| HSV(B) | 303.53º | 0.77% | 0.78% | - |
| XYZ | 33.41 | 17.56 | 49.77 | - |
| YUV | 107.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 189 | 0 | 0.77 | 0.05 | 0.22 | 303.53 | 0.63 | 0.48 |
| Hex | C6 | 2D | BD | 0 | 4D | 5 | 16 | 130 | 3F | 30 |
| Octal | 306 | 55 | 275 | 0 | 115 | 5 | 26 | 460 | 77 | 60 |
| Binary | 11000110 | 101101 | 10111101 | 0 | 1001101 | 101 | 10110 | 100110000 | 111111 | 110000 |
Color Harmonies of #C62DBD
Complementary color
Monochromatic Colors of #C62DBD
Black with #C62DBD
Text Example
Text Example
White with #C62DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DBD; }
p { color: rgb(198,45,189); }
H1.HeaderClassName
{
color: #C62DBD;
}
.AnyTagClassName
{
color: #C62DBD;
}
</style>
background-color css
<style>
a { background-color: #C62DBD; }
a { background-color: rgb(198,45,189); }
div.DivClassName
{
background-color: #C62DBD;
}
.BgClassName
{
background-color: #C62DBD;
}
</style>
border-color css
<style>
span { border-color: #C62DBD; }
span { border-color: rgb(198,45,189); }
td.TdClassName
{
border-color: #C62DBD;
}
.TagClassName
{
border-color: #C62DBD;
}
</style>