Shades of Fuchsia #C653CC
Tints of Fuchsia #C653CC
RGB
CMYK
RGB Variations
Color information
#C653CC (or 0xC653CC) is known color: Fuchsia. HEX triplet: C6, 53 and CC. RGB value is (198,83,204). Sum of RGB (Red+Green+Blue) = 198+83+204=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C653CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653CC is #39AC33. Grayscale: #828282. Windows color (decimal): -3779636 or 13390790. OLE color: 13390790.
HSL color Cylindrical-coordinate representation of color #C653CC: hue angle of 297.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C653CC is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 83 | 204 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.2 |
| HSL | 297.02º | 0.54% | 0.56% | - |
| HSV(B) | 297.02º | 0.59% | 0.8% | - |
| XYZ | 37.28 | 22.55 | 59.51 | - |
| YUV | 131.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 204 | 0.03 | 0.59 | 0 | 0.2 | 297.02 | 0.54 | 0.56 |
| Hex | C6 | 53 | CC | 3 | 3B | 0 | 14 | 129 | 36 | 38 |
| Octal | 306 | 123 | 314 | 3 | 73 | 0 | 24 | 451 | 66 | 70 |
| Binary | 11000110 | 1010011 | 11001100 | 11 | 111011 | 0 | 10100 | 100101001 | 110110 | 111000 |
Color Harmonies of #C653CC
Complementary color
Monochromatic Colors of #C653CC
Black with #C653CC
Text Example
Text Example
White with #C653CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653CC; }
p { color: rgb(198,83,204); }
H1.HeaderClassName
{
color: #C653CC;
}
.AnyTagClassName
{
color: #C653CC;
}
</style>
background-color css
<style>
a { background-color: #C653CC; }
a { background-color: rgb(198,83,204); }
div.DivClassName
{
background-color: #C653CC;
}
.BgClassName
{
background-color: #C653CC;
}
</style>
border-color css
<style>
span { border-color: #C653CC; }
span { border-color: rgb(198,83,204); }
td.TdClassName
{
border-color: #C653CC;
}
.TagClassName
{
border-color: #C653CC;
}
</style>