Shades of Fuchsia #C652B0
Tints of Fuchsia #C652B0
RGB
CMYK
RGB Variations
Color information
#C652B0 (or 0xC652B0) is known color: Fuchsia. HEX triplet: C6, 52 and B0. RGB value is (198,82,176). Sum of RGB (Red+Green+Blue) = 198+82+176=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C652B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652B0 is #39AD4F. Grayscale: #7F7F7F. Windows color (decimal): -3779920 or 11555526. OLE color: 11555526.
HSL color Cylindrical-coordinate representation of color #C652B0: hue angle of 311.38º 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 #C652B0 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 176 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.22 |
| HSL | 311.38º | 0.5% | 0.55% | - |
| HSV(B) | 311.38º | 0.59% | 0.78% | - |
| XYZ | 34.14 | 21.17 | 43.36 | - |
| YUV | 127.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 176 | 0 | 0.59 | 0.11 | 0.22 | 311.38 | 0.5 | 0.55 |
| Hex | C6 | 52 | B0 | 0 | 3B | B | 16 | 137 | 32 | 37 |
| Octal | 306 | 122 | 260 | 0 | 73 | 13 | 26 | 467 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10110000 | 0 | 111011 | 1011 | 10110 | 100110111 | 110010 | 110111 |
Color Harmonies of #C652B0
Complementary color
Monochromatic Colors of #C652B0
Black with #C652B0
Text Example
Text Example
White with #C652B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652B0; }
p { color: rgb(198,82,176); }
H1.HeaderClassName
{
color: #C652B0;
}
.AnyTagClassName
{
color: #C652B0;
}
</style>
background-color css
<style>
a { background-color: #C652B0; }
a { background-color: rgb(198,82,176); }
div.DivClassName
{
background-color: #C652B0;
}
.BgClassName
{
background-color: #C652B0;
}
</style>
border-color css
<style>
span { border-color: #C652B0; }
span { border-color: rgb(198,82,176); }
td.TdClassName
{
border-color: #C652B0;
}
.TagClassName
{
border-color: #C652B0;
}
</style>