Shades of Fuchsia #C652CC
Tints of Fuchsia #C652CC
RGB
CMYK
RGB Variations
Color information
#C652CC (or 0xC652CC) is known color: Fuchsia. HEX triplet: C6, 52 and CC. RGB value is (198,82,204). Sum of RGB (Red+Green+Blue) = 198+82+204=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #C652CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652CC is #39AD33. Grayscale: #828282. Windows color (decimal): -3779892 or 13390534. OLE color: 13390534.
HSL color Cylindrical-coordinate representation of color #C652CC: hue angle of 297.05º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C652CC is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 82 | 204 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.2 |
| HSL | 297.05º | 0.54% | 0.56% | - |
| HSV(B) | 297.05º | 0.6% | 0.8% | - |
| XYZ | 37.21 | 22.4 | 59.49 | - |
| YUV | 130.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 204 | 0.03 | 0.60 | 0 | 0.2 | 297.05 | 0.54 | 0.56 |
| Hex | C6 | 52 | CC | 3 | 3C | 0 | 14 | 129 | 36 | 38 |
| Octal | 306 | 122 | 314 | 3 | 74 | 0 | 24 | 451 | 66 | 70 |
| Binary | 11000110 | 1010010 | 11001100 | 11 | 111100 | 0 | 10100 | 100101001 | 110110 | 111000 |
Color Harmonies of #C652CC
Complementary color
Monochromatic Colors of #C652CC
Black with #C652CC
Text Example
Text Example
White with #C652CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652CC; }
p { color: rgb(198,82,204); }
H1.HeaderClassName
{
color: #C652CC;
}
.AnyTagClassName
{
color: #C652CC;
}
</style>
background-color css
<style>
a { background-color: #C652CC; }
a { background-color: rgb(198,82,204); }
div.DivClassName
{
background-color: #C652CC;
}
.BgClassName
{
background-color: #C652CC;
}
</style>
border-color css
<style>
span { border-color: #C652CC; }
span { border-color: rgb(198,82,204); }
td.TdClassName
{
border-color: #C652CC;
}
.TagClassName
{
border-color: #C652CC;
}
</style>