Shades of Fuchsia #C652AF
Tints of Fuchsia #C652AF
RGB
CMYK
RGB Variations
Color information
#C652AF (or 0xC652AF) is known color: Fuchsia. HEX triplet: C6, 52 and AF. RGB value is (198,82,175). Sum of RGB (Red+Green+Blue) = 198+82+175=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C652AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652AF is #39AD50. Grayscale: #7F7F7F. Windows color (decimal): -3779921 or 11489990. OLE color: 11489990.
HSL color Cylindrical-coordinate representation of color #C652AF: hue angle of 311.9º 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 #C652AF is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 175 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.22 |
| HSL | 311.9º | 0.5% | 0.55% | - |
| HSV(B) | 311.9º | 0.59% | 0.78% | - |
| XYZ | 34.04 | 21.14 | 42.84 | - |
| YUV | 127.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 175 | 0 | 0.59 | 0.12 | 0.22 | 311.9 | 0.5 | 0.55 |
| Hex | C6 | 52 | AF | 0 | 3B | C | 16 | 138 | 32 | 37 |
| Octal | 306 | 122 | 257 | 0 | 73 | 14 | 26 | 470 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10101111 | 0 | 111011 | 1100 | 10110 | 100111000 | 110010 | 110111 |
Color Harmonies of #C652AF
Complementary color
Monochromatic Colors of #C652AF
Black with #C652AF
Text Example
Text Example
White with #C652AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652AF; }
p { color: rgb(198,82,175); }
H1.HeaderClassName
{
color: #C652AF;
}
.AnyTagClassName
{
color: #C652AF;
}
</style>
background-color css
<style>
a { background-color: #C652AF; }
a { background-color: rgb(198,82,175); }
div.DivClassName
{
background-color: #C652AF;
}
.BgClassName
{
background-color: #C652AF;
}
</style>
border-color css
<style>
span { border-color: #C652AF; }
span { border-color: rgb(198,82,175); }
td.TdClassName
{
border-color: #C652AF;
}
.TagClassName
{
border-color: #C652AF;
}
</style>