Shades of Fuchsia #C653CF
Tints of Fuchsia #C653CF
RGB
CMYK
RGB Variations
Color information
#C653CF (or 0xC653CF) is known color: Fuchsia. HEX triplet: C6, 53 and CF. RGB value is (198,83,207). Sum of RGB (Red+Green+Blue) = 198+83+207=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #C653CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653CF is #39AC30. Grayscale: #838383. Windows color (decimal): -3779633 or 13587398. OLE color: 13587398.
HSL color Cylindrical-coordinate representation of color #C653CF: hue angle of 295.65º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C653CF is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 83 | 207 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.19 |
| HSL | 295.65º | 0.56% | 0.57% | - |
| HSV(B) | 295.65º | 0.6% | 0.81% | - |
| XYZ | 37.64 | 22.7 | 61.43 | - |
| YUV | 131.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 207 | 0.04 | 0.60 | 0 | 0.19 | 295.65 | 0.56 | 0.57 |
| Hex | C6 | 53 | CF | 4 | 3C | 0 | 13 | 128 | 38 | 39 |
| Octal | 306 | 123 | 317 | 4 | 74 | 0 | 23 | 450 | 70 | 71 |
| Binary | 11000110 | 1010011 | 11001111 | 100 | 111100 | 0 | 10011 | 100101000 | 111000 | 111001 |
Color Harmonies of #C653CF
Complementary color
Monochromatic Colors of #C653CF
Black with #C653CF
Text Example
Text Example
White with #C653CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653CF; }
p { color: rgb(198,83,207); }
H1.HeaderClassName
{
color: #C653CF;
}
.AnyTagClassName
{
color: #C653CF;
}
</style>
background-color css
<style>
a { background-color: #C653CF; }
a { background-color: rgb(198,83,207); }
div.DivClassName
{
background-color: #C653CF;
}
.BgClassName
{
background-color: #C653CF;
}
</style>
border-color css
<style>
span { border-color: #C653CF; }
span { border-color: rgb(198,83,207); }
td.TdClassName
{
border-color: #C653CF;
}
.TagClassName
{
border-color: #C653CF;
}
</style>