Shades of Fuchsia #C652BC
Tints of Fuchsia #C652BC
RGB
CMYK
RGB Variations
Color information
#C652BC (or 0xC652BC) is known color: Fuchsia. HEX triplet: C6, 52 and BC. RGB value is (198,82,188). Sum of RGB (Red+Green+Blue) = 198+82+188=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C652BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652BC is #39AD43. Grayscale: #808080. Windows color (decimal): -3779908 or 12341958. OLE color: 12341958.
HSL color Cylindrical-coordinate representation of color #C652BC: hue angle of 305.17º 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 #C652BC is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 188 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.22 |
| HSL | 305.17º | 0.5% | 0.55% | - |
| HSV(B) | 305.17º | 0.59% | 0.78% | - |
| XYZ | 35.38 | 21.67 | 49.9 | - |
| YUV | 128.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 188 | 0 | 0.59 | 0.05 | 0.22 | 305.17 | 0.5 | 0.55 |
| Hex | C6 | 52 | BC | 0 | 3B | 5 | 16 | 131 | 32 | 37 |
| Octal | 306 | 122 | 274 | 0 | 73 | 5 | 26 | 461 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10111100 | 0 | 111011 | 101 | 10110 | 100110001 | 110010 | 110111 |
Color Harmonies of #C652BC
Complementary color
Monochromatic Colors of #C652BC
Black with #C652BC
Text Example
Text Example
White with #C652BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652BC; }
p { color: rgb(198,82,188); }
H1.HeaderClassName
{
color: #C652BC;
}
.AnyTagClassName
{
color: #C652BC;
}
</style>
background-color css
<style>
a { background-color: #C652BC; }
a { background-color: rgb(198,82,188); }
div.DivClassName
{
background-color: #C652BC;
}
.BgClassName
{
background-color: #C652BC;
}
</style>
border-color css
<style>
span { border-color: #C652BC; }
span { border-color: rgb(198,82,188); }
td.TdClassName
{
border-color: #C652BC;
}
.TagClassName
{
border-color: #C652BC;
}
</style>