Shades of Fuchsia #C62DBB
Tints of Fuchsia #C62DBB
RGB
CMYK
RGB Variations
Color information
#C62DBB (or 0xC62DBB) is known color: Fuchsia. HEX triplet: C6, 2D and BB. RGB value is (198,45,187). Sum of RGB (Red+Green+Blue) = 198+45+187=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C62DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DBB is #39D244. Grayscale: #6A6A6A. Windows color (decimal): -3789381 or 12266950. OLE color: 12266950.
HSL color Cylindrical-coordinate representation of color #C62DBB: hue angle of 304.31º 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 #C62DBB is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 187 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.22 |
| HSL | 304.31º | 0.63% | 0.48% | - |
| HSV(B) | 304.31º | 0.77% | 0.78% | - |
| XYZ | 33.2 | 17.47 | 48.64 | - |
| YUV | 106.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 187 | 0 | 0.77 | 0.06 | 0.22 | 304.31 | 0.63 | 0.48 |
| Hex | C6 | 2D | BB | 0 | 4D | 6 | 16 | 130 | 3F | 30 |
| Octal | 306 | 55 | 273 | 0 | 115 | 6 | 26 | 460 | 77 | 60 |
| Binary | 11000110 | 101101 | 10111011 | 0 | 1001101 | 110 | 10110 | 100110000 | 111111 | 110000 |
Color Harmonies of #C62DBB
Complementary color
Monochromatic Colors of #C62DBB
Black with #C62DBB
Text Example
Text Example
White with #C62DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DBB; }
p { color: rgb(198,45,187); }
H1.HeaderClassName
{
color: #C62DBB;
}
.AnyTagClassName
{
color: #C62DBB;
}
</style>
background-color css
<style>
a { background-color: #C62DBB; }
a { background-color: rgb(198,45,187); }
div.DivClassName
{
background-color: #C62DBB;
}
.BgClassName
{
background-color: #C62DBB;
}
</style>
border-color css
<style>
span { border-color: #C62DBB; }
span { border-color: rgb(198,45,187); }
td.TdClassName
{
border-color: #C62DBB;
}
.TagClassName
{
border-color: #C62DBB;
}
</style>