Shades of Fuchsia #C653CA
Tints of Fuchsia #C653CA
RGB
CMYK
RGB Variations
Color information
#C653CA (or 0xC653CA) is known color: Fuchsia. HEX triplet: C6, 53 and CA. RGB value is (198,83,202). Sum of RGB (Red+Green+Blue) = 198+83+202=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #C653CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653CA is #39AC35. Grayscale: #828282. Windows color (decimal): -3779638 or 13259718. OLE color: 13259718.
HSL color Cylindrical-coordinate representation of color #C653CA: hue angle of 297.98º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C653CA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 83 | 202 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.21 |
| HSL | 297.98º | 0.53% | 0.56% | - |
| HSV(B) | 297.98º | 0.59% | 0.79% | - |
| XYZ | 37.04 | 22.46 | 58.26 | - |
| YUV | 130.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 202 | 0.02 | 0.59 | 0 | 0.21 | 297.98 | 0.53 | 0.56 |
| Hex | C6 | 53 | CA | 2 | 3B | 0 | 15 | 12A | 35 | 38 |
| Octal | 306 | 123 | 312 | 2 | 73 | 0 | 25 | 452 | 65 | 70 |
| Binary | 11000110 | 1010011 | 11001010 | 10 | 111011 | 0 | 10101 | 100101010 | 110101 | 111000 |
Color Harmonies of #C653CA
Complementary color
Monochromatic Colors of #C653CA
Black with #C653CA
Text Example
Text Example
White with #C653CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653CA; }
p { color: rgb(198,83,202); }
H1.HeaderClassName
{
color: #C653CA;
}
.AnyTagClassName
{
color: #C653CA;
}
</style>
background-color css
<style>
a { background-color: #C653CA; }
a { background-color: rgb(198,83,202); }
div.DivClassName
{
background-color: #C653CA;
}
.BgClassName
{
background-color: #C653CA;
}
</style>
border-color css
<style>
span { border-color: #C653CA; }
span { border-color: rgb(198,83,202); }
td.TdClassName
{
border-color: #C653CA;
}
.TagClassName
{
border-color: #C653CA;
}
</style>