Shades of Fuchsia #C652BE
Tints of Fuchsia #C652BE
RGB
CMYK
RGB Variations
Color information
#C652BE (or 0xC652BE) is known color: Fuchsia. HEX triplet: C6, 52 and BE. RGB value is (198,82,190). Sum of RGB (Red+Green+Blue) = 198+82+190=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C652BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652BE is #39AD41. Grayscale: #808080. Windows color (decimal): -3779906 or 12473030. OLE color: 12473030.
HSL color Cylindrical-coordinate representation of color #C652BE: hue angle of 304.14º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C652BE is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 190 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.22 |
| HSL | 304.14º | 0.5% | 0.55% | - |
| HSV(B) | 304.14º | 0.59% | 0.78% | - |
| XYZ | 35.6 | 21.76 | 51.04 | - |
| YUV | 129 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 190 | 0 | 0.59 | 0.04 | 0.22 | 304.14 | 0.5 | 0.55 |
| Hex | C6 | 52 | BE | 0 | 3B | 4 | 16 | 130 | 32 | 37 |
| Octal | 306 | 122 | 276 | 0 | 73 | 4 | 26 | 460 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10111110 | 0 | 111011 | 100 | 10110 | 100110000 | 110010 | 110111 |
Color Harmonies of #C652BE
Complementary color
Monochromatic Colors of #C652BE
Black with #C652BE
Text Example
Text Example
White with #C652BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652BE; }
p { color: rgb(198,82,190); }
H1.HeaderClassName
{
color: #C652BE;
}
.AnyTagClassName
{
color: #C652BE;
}
</style>
background-color css
<style>
a { background-color: #C652BE; }
a { background-color: rgb(198,82,190); }
div.DivClassName
{
background-color: #C652BE;
}
.BgClassName
{
background-color: #C652BE;
}
</style>
border-color css
<style>
span { border-color: #C652BE; }
span { border-color: rgb(198,82,190); }
td.TdClassName
{
border-color: #C652BE;
}
.TagClassName
{
border-color: #C652BE;
}
</style>