Shades of Fuchsia #C63BB7
Tints of Fuchsia #C63BB7
RGB
CMYK
RGB Variations
Color information
#C63BB7 (or 0xC63BB7) is known color: Fuchsia. HEX triplet: C6, 3B and B7. RGB value is (198,59,183). Sum of RGB (Red+Green+Blue) = 198+59+183=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BB7 is #39C448. Grayscale: #727272. Windows color (decimal): -3785801 or 12008390. OLE color: 12008390.
HSL color Cylindrical-coordinate representation of color #C63BB7: hue angle of 306.47º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63BB7 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 183 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.22 |
| HSL | 306.47º | 0.55% | 0.5% | - |
| HSV(B) | 306.47º | 0.7% | 0.78% | - |
| XYZ | 33.4 | 18.55 | 46.62 | - |
| YUV | 114.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 183 | 0 | 0.70 | 0.08 | 0.22 | 306.47 | 0.55 | 0.5 |
| Hex | C6 | 3B | B7 | 0 | 46 | 8 | 16 | 132 | 37 | 32 |
| Octal | 306 | 73 | 267 | 0 | 106 | 10 | 26 | 462 | 67 | 62 |
| Binary | 11000110 | 111011 | 10110111 | 0 | 1000110 | 1000 | 10110 | 100110010 | 110111 | 110010 |
Color Harmonies of #C63BB7
Complementary color
Monochromatic Colors of #C63BB7
Black with #C63BB7
Text Example
Text Example
White with #C63BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BB7; }
p { color: rgb(198,59,183); }
H1.HeaderClassName
{
color: #C63BB7;
}
.AnyTagClassName
{
color: #C63BB7;
}
</style>
background-color css
<style>
a { background-color: #C63BB7; }
a { background-color: rgb(198,59,183); }
div.DivClassName
{
background-color: #C63BB7;
}
.BgClassName
{
background-color: #C63BB7;
}
</style>
border-color css
<style>
span { border-color: #C63BB7; }
span { border-color: rgb(198,59,183); }
td.TdClassName
{
border-color: #C63BB7;
}
.TagClassName
{
border-color: #C63BB7;
}
</style>