Shades of Fuchsia #C653B4
Tints of Fuchsia #C653B4
RGB
CMYK
RGB Variations
Color information
#C653B4 (or 0xC653B4) is known color: Fuchsia. HEX triplet: C6, 53 and B4. RGB value is (198,83,180). Sum of RGB (Red+Green+Blue) = 198+83+180=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C653B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653B4 is #39AC4B. Grayscale: #808080. Windows color (decimal): -3779660 or 11817926. OLE color: 11817926.
HSL color Cylindrical-coordinate representation of color #C653B4: hue angle of 309.39º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C653B4 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 180 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.22 |
| HSL | 309.39º | 0.5% | 0.55% | - |
| HSV(B) | 309.39º | 0.58% | 0.78% | - |
| XYZ | 34.62 | 21.49 | 45.5 | - |
| YUV | 128.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 180 | 0 | 0.58 | 0.09 | 0.22 | 309.39 | 0.5 | 0.55 |
| Hex | C6 | 53 | B4 | 0 | 3A | 9 | 16 | 135 | 32 | 37 |
| Octal | 306 | 123 | 264 | 0 | 72 | 11 | 26 | 465 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10110100 | 0 | 111010 | 1001 | 10110 | 100110101 | 110010 | 110111 |
Color Harmonies of #C653B4
Complementary color
Monochromatic Colors of #C653B4
Black with #C653B4
Text Example
Text Example
White with #C653B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653B4; }
p { color: rgb(198,83,180); }
H1.HeaderClassName
{
color: #C653B4;
}
.AnyTagClassName
{
color: #C653B4;
}
</style>
background-color css
<style>
a { background-color: #C653B4; }
a { background-color: rgb(198,83,180); }
div.DivClassName
{
background-color: #C653B4;
}
.BgClassName
{
background-color: #C653B4;
}
</style>
border-color css
<style>
span { border-color: #C653B4; }
span { border-color: rgb(198,83,180); }
td.TdClassName
{
border-color: #C653B4;
}
.TagClassName
{
border-color: #C653B4;
}
</style>